AltFThis - Bypass Tracking Redirects
Adds an option to the right-click menu to bypass tracking servers that might be blocked
Cos'è AltFThis - Bypass Tracking Redirects?
AltFThis - Bypass Tracking Redirects è un'estensione di Chrome sviluppata da AltFThis, e la sua funzione principale è "Adds an option to the right-click menu to bypass tracking servers that might be blocked".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AltFThis - Bypass Tracking Redirects
Scarica i file di estensione AltFThis - Bypass Tracking Redirects in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Adds an option to the right-click menu to bypass tracking servers that might be blocked
Informazioni di Base sull'Estensione
Nome | AltFThis - Bypass Tracking Redirects |
ID | kfkkfodkjlfcgpmidknhfpiodggaemkc |
URL Ufficiale | https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc |
Descrizione | Adds an option to the right-click menu to bypass tracking servers that might be blocked |
Dimensione del File | 9.3 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.05 |
Ultimo Aggiornamento | 2020-04-08 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | AltFThis |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |