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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            }
        ]
    }
}