Unchain Twitter

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

Unchain Twitter là gì?

Unchain Twitter là một tiện ích mở rộng Chrome được phát triển bởi Unchained Birdy, và tính năng chính của nó là "Make it so people can't effectively block you on twitter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unchain Twitter

Tải xuống các tệp mở rộng Unchain Twitter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unchain Twitter Unchain Twitter
ID hmoojlpmmpfcpehheagnhdjkoidfegjn
URL Chính Thức https://chromewebstore.google.com/detail/unchain-twitter/hmoojlpmmpfcpehheagnhdjkoidfegjn
Mô tả Make it so people can't effectively block you on twitter
Kích Thước Tệp 313 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.0.1.5
Cập Nhật Lần Cuối 2023-05-01
Ngày Phát Hành 2023-03-21
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unchained Birdy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.buymeacoffee.com/unchainedbirdy
URL Trang Trợ Giúp https://twitter.com/unchainedBirdy
Ngôn Ngữ Được Hỗ Trợ 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"
}