Tinf0il Go

Probe the internet portably with Tinf0il Go!

Tinf0il Goとは何ですか?

Tinf0il Goはhttps://tinf0il.techによって開発されたChromeの拡張機能で、その主な機能は「Probe the internet portably with Tinf0il Go!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tinf0il Go拡張機能のCRXファイルをダウンロード

Tinf0il Go拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tinf0il Go Tinf0il Go
ID cfdecfkfhbchnoghljebdkfkofpjmhff
公式URL https://chromewebstore.google.com/detail/tinf0il-go/cfdecfkfhbchnoghljebdkfkofpjmhff
説明 Probe the internet portably with Tinf0il Go!
ファイルサイズ 1.4 MB
インストール数 101
現在のバージョン 1.0.1
最終更新日 2024-01-15
公開日 2024-01-14
評価 5.00/5 合計 7 レビュー
開発者 https://tinf0il.tech
Eメール [email protected]
支払い方法 free
対応言語 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"
            }
        ]
    }
}