Anti-Grabify
Blocks IP grabbers from Grabify and 50+ other IP grabber links.
Vad är Anti-Grabify?
Anti-Grabify är en Chrome-tillägg utvecklad av Konnor88, och dess huvudfunktion är "Blocks IP grabbers from Grabify and 50+ other IP grabber links.".
Tilläggsskärmbilder
Ladda ner Anti-Grabify-förlängningens CRX-fil
Ladda ner Anti-Grabify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The Anti-Grabify add-on prevents services such as Grabify from grabbing your IP address. It currently blocks over 50 URLs from Grabify and other IP grabbing services. This add-on will prevent the sites from loading, which in return doesn't let Grabify grab your IP and send it to the person with malicious intent.
Official GitHub Page: https://github.com/Konnor88/anti-grabify Grundläggande Information om Tillägg
| Namn | |
| ID | mdiikcjojbiohaoechokgkdiodcfokpn |
| Officiell webbadress | https://chromewebstore.google.com/detail/anti-grabify/mdiikcjojbiohaoechokgkdiodcfokpn |
| Beskrivning | Blocks IP grabbers from Grabify and 50+ other IP grabber links. |
| Filstorlek | 79.08 KB |
| Antal Installationer | 4,031 |
| Aktuell Version | 1.14 |
| Senast Uppdaterad | 2022-12-26 |
| Publiceringsdatum | 2020-07-14 |
| Betyg | 4.72/5 Totalt 36 Betyg |
| Utvecklare | Konnor88 |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/konnor88/anti-grabify |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Anti-Grabify",
"version": "1.14",
"manifest_version": 2,
"description": "Blocks IP grabbers from Grabify and 50+ other IP grabber links.",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "icon_128.png"
},
"browser_action": {
"default_icon": "icon_128.png",
"default_title": "Anti-Grabify",
"default_popup": "popup.html"
},
"permissions": [
"webRequest",
"webRequestBlocking",
" | |