AltFThis - Bypass Tracking Redirects
Adds an option to the right-click menu to bypass tracking servers that might be blocked
Was ist AltFThis - Bypass Tracking Redirects?
AltFThis - Bypass Tracking Redirects ist eine Chrome-Erweiterung, die von AltFThis entwickelt wurde, und ihr Hauptmerkmal ist "Adds an option to the right-click menu to bypass tracking servers that might be blocked".
Erweiterungsscreenshots
AltFThis - Bypass Tracking Redirects-Erweiterungs-CRX-Datei herunterladen
Laden Sie AltFThis - Bypass Tracking Redirects-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds an option to the right-click menu to bypass tracking servers that might be blocked Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kfkkfodkjlfcgpmidknhfpiodggaemkc |
| Offizielle URL | https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc |
| Beschreibung | Adds an option to the right-click menu to bypass tracking servers that might be blocked |
| Dateigröße | 9.3 KB |
| Installationsanzahl | 51 |
| Aktuelle Version | 1.05 |
| Letztes Update | 2020-04-08 |
| Veröffentlichungsdatum | 2020-04-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | AltFThis |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AltFThis - Bypass Tracking Redirects",
"version": "1.05",
"description": "Adds an option to the right-click menu to bypass tracking servers that might be blocked",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |