Tinf0il Go

Probe the internet portably with Tinf0il Go!

Qu'est-ce que Tinf0il Go ?

Tinf0il Go est une extension Chrome développée par https://tinf0il.tech, et sa fonction principale est "Probe the internet portably with Tinf0il Go!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tinf0il Go

Téléchargez les fichiers d'extension Tinf0il Go au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tinf0il Go Tinf0il Go
ID cfdecfkfhbchnoghljebdkfkofpjmhff
URL Officiel https://chromewebstore.google.com/detail/tinf0il-go/cfdecfkfhbchnoghljebdkfkofpjmhff
Description Probe the internet portably with Tinf0il Go!
Taille du Fichier 1.4 MB
Nombre d'Installations 101
Version Actuelle 1.0.1
Dernière Mise à Jour 2024-01-15
Date de Publication 2024-01-14
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://tinf0il.tech
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            }
        ]
    }
}