Tinf0il No

Probe the internet portably with Tinf0il Go!

Wat is Tinf0il No?

Tinf0il No is een Chrome-extensie ontwikkeld door https://tinf0il.tech, en de belangrijkste functie is "Probe the internet portably with Tinf0il Go!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tinf0il No

Download Tinf0il No-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tinf0il No Tinf0il No
ID emejcedopcgeccgboomblannogipjhin
Officiële URL https://chromewebstore.google.com/detail/tinf0il-no/emejcedopcgeccgboomblannogipjhin
Beschrijving Probe the internet portably with Tinf0il Go!
Bestandsgrootte 1.4 MB
Aantal Installaties 818
Huidige Versie 1.0.1
Laatst Bijgewerkt 2024-02-11
Publicatiedatum 2024-02-11
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://tinf0il.tech
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            }
        ]
    }
}