AltFThis - Bypass Tracking Redirects
Adds an option to the right-click menu to bypass tracking servers that might be blocked
O que é AltFThis - Bypass Tracking Redirects?
AltFThis - Bypass Tracking Redirects é uma extensão do Chrome desenvolvida por AltFThis, e sua principal característica é "Adds an option to the right-click menu to bypass tracking servers that might be blocked".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AltFThis - Bypass Tracking Redirects
Baixe arquivos de extensão AltFThis - Bypass Tracking Redirects no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Adds an option to the right-click menu to bypass tracking servers that might be blocked
Informações Básicas da Extensão
Nome | AltFThis - Bypass Tracking Redirects |
ID | kfkkfodkjlfcgpmidknhfpiodggaemkc |
URL Oficial | https://chromewebstore.google.com/detail/altfthis-bypass-tracking/kfkkfodkjlfcgpmidknhfpiodggaemkc |
Descrição | Adds an option to the right-click menu to bypass tracking servers that might be blocked |
Tamanho do Arquivo | 9.3 KB |
Contagem de Instalações | 51 |
Versão Atual | 1.05 |
Última Atualização | 2020-04-08 |
Data de Publicação | 2020-04-08 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | AltFThis |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |