mirror of
https://github.com/hahwul/WebHackersWeapons.git
synced 2024-12-17 19:54:24 -05:00
distribute readme
This commit is contained in:
parent
b1b62cee2b
commit
9b83908866
@ -18,6 +18,7 @@ This is Cool Extensions collection of Browser Extensions
|
||||
## Extensions
|
||||
| Type | Name | Description | Popularity | Language |
|
||||
| ---------- | :---------- | :----------: | :----------: | :----------: |
|
||||
| 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 | ![](https://img.shields.io/github/stars/fransr/postMessage-tracker) | ![](https://img.shields.io/github/languages/top/fransr/postMessage-tracker) |
|
||||
## Contribute and Contributor
|
||||
### Usage of add-tool
|
||||
```
|
||||
|
@ -1,3 +1,18 @@
|
||||
{
|
||||
|
||||
}
|
||||
"postMessage-tracker": {
|
||||
"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 | ![](https://img.shields.io/github/stars/fransr/postMessage-tracker) | ![](https://img.shields.io/github/languages/top/fransr/postMessage-tracker) |",
|
||||
"Method": "postMessage",
|
||||
"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": ""
|
||||
},
|
||||
"Update": {
|
||||
"Linux": "",
|
||||
"MacOS": "",
|
||||
"Windows": ""
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user