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
官方網址 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
電子郵箱 [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"
            }
        ]
    }
}