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