Tinf0il Go

Probe the internet portably with Tinf0il Go!

O que é Tinf0il Go?

Tinf0il Go é uma extensão do Chrome desenvolvida por https://tinf0il.tech, e sua principal característica é "Probe the internet portably with Tinf0il Go!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tinf0il Go

Baixe arquivos de extensão Tinf0il Go 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

                        Tinf0il Go raises restrictions from your browser by utilizing user agents.

Tinf0il Go provides an alternative to proxies or VPNs which can be hard to obtain and use

Tinf0il Go collects no user data, does not require signup, has no servers, is entirely open source, and is 100% free.

-------------------------

Permission Justifications:

declarativeNetRequestWithHostAccess: To modify user agent header. Required to change user agent

storage: To store user settings.

Host permission: To trigger webNavigation on every website. Required to change user agent and enable right click & select. 

-------------------------

Code: https://github.com/Aluminum-Depot/Tinf0il-Go

This extension strictly adheres to all Chrome Web Store Policies and Terms of Service.                    

Informações Básicas da Extensão

Nome Tinf0il Go Tinf0il Go
ID cfdecfkfhbchnoghljebdkfkofpjmhff
URL Oficial https://chromewebstore.google.com/detail/tinf0il-go/cfdecfkfhbchnoghljebdkfkofpjmhff
Descrição Probe the internet portably with Tinf0il Go!
Tamanho do Arquivo 1.4 MB
Contagem de Instalações 101
Versão Atual 1.0.1
Última Atualização 2024-01-15
Data de Publicação 2024-01-14
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://tinf0il.tech
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "version": "1.0.1",
    "default_locale": "en",
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}