mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2025-03-07 14:25:52 -05:00
distribute readme
This commit is contained in:
parent
9b83908866
commit
a1eb6b4cc7
@ -18,7 +18,11 @@ This is Cool Extensions collection of Browser Extensions
|
|||||||
## Extensions
|
## Extensions
|
||||||
| Type | Name | Description | Popularity | Language |
|
| Type | Name | Description | Popularity | Language |
|
||||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||||
|
| Chrome/Cookie | [Edit-This-Cookie](https://github.com/ETCExtensions/Edit-This-Cookie) | EditThisCookie is the famous Google Chrome/Chromium extension for editing cookies |  |  |
|
||||||
|
| Chrome/UA | [User-Agent Switcher](https://chrome.google.com/webstore/detail/user-agent-switcher/clddifkhlkcojbojppdojfeeikdkgiae) | quick and easy way to switch between user-agents.||
|
||||||
| Chrome/postMessage | [postMessage-tracker](https://github.com/fransr/postMessage-tracker) | A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon |  |  |
|
| Chrome/postMessage | [postMessage-tracker](https://github.com/fransr/postMessage-tracker) | A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon |  |  |
|
||||||
|
| Firefox and Chrome/DarkMode | [Dark Reader](https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh) | Dark mode to any site||
|
||||||
|
| Firefox and Chrome/Proxy | [MM3 ProxySwitch](https://proxy-offline-browser.com/ProxySwitch/) | Proxy Switch in Firefox and Chrome||
|
||||||
## Contribute and Contributor
|
## Contribute and Contributor
|
||||||
### Usage of add-tool
|
### Usage of add-tool
|
||||||
```
|
```
|
||||||
|
@ -1,9 +1,41 @@
|
|||||||
{
|
{
|
||||||
"postMessage-tracker": {
|
"Dark Reader": {
|
||||||
|
"Data": "| Firefox and Chrome/DarkMode | [Dark Reader](https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh) | Dark mode to any site||",
|
||||||
|
"Description": "Dark mode to any site",
|
||||||
|
"Install": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
},
|
||||||
|
"Method": "DarkMode",
|
||||||
|
"Type": "Firefox and Chrome",
|
||||||
|
"Update": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Edit-This-Cookie": {
|
||||||
|
"Data": "| Chrome/Cookie | [Edit-This-Cookie](https://github.com/ETCExtensions/Edit-This-Cookie) | EditThisCookie is the famous Google Chrome/Chromium extension for editing cookies |  |  |",
|
||||||
|
"Description": "EditThisCookie is the famous Google Chrome/Chromium extension for editing cookies",
|
||||||
|
"Install": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
},
|
||||||
|
"Method": "Cookie",
|
||||||
"Type": "Chrome",
|
"Type": "Chrome",
|
||||||
"Data": "| Chrome/postMessage | [postMessage-tracker](https://github.com/fransr/postMessage-tracker) | A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon |  |  |",
|
"Update": {
|
||||||
"Method": "postMessage",
|
"Linux": "",
|
||||||
"Description": "A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon",
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MM3 ProxySwitch": {
|
||||||
|
"Type": "Firefox and Chrome",
|
||||||
|
"Data": "| Firefox and Chrome/Proxy | [MM3 ProxySwitch](https://proxy-offline-browser.com/ProxySwitch/) | Proxy Switch in Firefox and Chrome||",
|
||||||
|
"Method": "Proxy",
|
||||||
|
"Description": "Proxy Switch in Firefox and Chrome",
|
||||||
"Install": {
|
"Install": {
|
||||||
"Linux": "",
|
"Linux": "",
|
||||||
"MacOS": "",
|
"MacOS": "",
|
||||||
@ -14,5 +46,37 @@
|
|||||||
"MacOS": "",
|
"MacOS": "",
|
||||||
"Windows": ""
|
"Windows": ""
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"User-Agent Switcher": {
|
||||||
|
"Data": "| Chrome/UA | [User-Agent Switcher](https://chrome.google.com/webstore/detail/user-agent-switcher/clddifkhlkcojbojppdojfeeikdkgiae) | quick and easy way to switch between user-agents.||",
|
||||||
|
"Description": "quick and easy way to switch between user-agents.",
|
||||||
|
"Install": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
},
|
||||||
|
"Method": "UA",
|
||||||
|
"Type": "Chrome",
|
||||||
|
"Update": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"postMessage-tracker": {
|
||||||
|
"Data": "| Chrome/postMessage | [postMessage-tracker](https://github.com/fransr/postMessage-tracker) | A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon |  |  |",
|
||||||
|
"Description": "A Chrome Extension to track postMessage usage (url, domain and stack) both by logging using CORS and also visually as an extension-icon",
|
||||||
|
"Install": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
},
|
||||||
|
"Method": "postMessage",
|
||||||
|
"Type": "Chrome",
|
||||||
|
"Update": {
|
||||||
|
"Linux": "",
|
||||||
|
"MacOS": "",
|
||||||
|
"Windows": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,3 +1,4 @@
|
|||||||
|
Firefox and Chrome
|
||||||
Firefox
|
Firefox
|
||||||
Chrome
|
Chrome
|
||||||
Safari
|
Safari
|
||||||
|
Loading…
x
Reference in New Issue
Block a user