Unchain Twitter

Make it so people can't effectively block you on twitter

Unchain Twitterとは何ですか?

Unchain TwitterはUnchained Birdyによって開発されたChromeの拡張機能で、その主な機能は「Make it so people can't effectively block you on twitter」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension gives you an ability to see all public tweets on twitter.

You will never see "You're blocked" again.

Unchain your twitter for the best experience.                    

拡張機能の基本情報

名前 Unchain Twitter Unchain Twitter
ID hmoojlpmmpfcpehheagnhdjkoidfegjn
公式URL https://chromewebstore.google.com/detail/unchain-twitter/hmoojlpmmpfcpehheagnhdjkoidfegjn
説明 Make it so people can't effectively block you on twitter
ファイルサイズ 313 KB
インストール数 39
現在のバージョン 0.0.1.5
最終更新日 2023-05-01
公開日 2023-03-21
評価 1.00/5 合計 1 レビュー
開発者 Unchained Birdy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.buymeacoffee.com/unchainedbirdy
ヘルプページのURL https://twitter.com/unchainedBirdy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unchain Twitter",
    "version": "0.0.1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "extension_core\/background.js"
    },
    "host_permissions": [
        "https:\/\/nitter.cz\/*"
    ],
    "permissions": [
        "storage",
        "cookies"
    ],
    "options_ui": {
        "page": "extension_core\/options\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content_script\/css\/styles.css",
                "content_script\/dist\/main.css",
                "extension_core\/extra\/css\/styles.css"
            ],
            "js": [
                "extension_core\/extra\/js\/video.min.js",
                "extension_core\/extra\/js\/html2canvas.min.js",
                "content_script\/dist\/main.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "extension_core\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "extension_core\/images\/logo.png"
            ],
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "description": "Make it so people can't effectively block you on twitter"
}