Unchain Twitter

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

ما هو Unchain Twitter؟

Unchain Twitter هو إضافة Chrome تم تطويرها بواسطة Unchained Birdy، والميزة الرئيسية لها هي "Make it so people can't effectively block you on twitter".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Unchain Twitter

قم بتنزيل ملفات الامتداد Unchain Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.buymeacoffee.com/unchainedbirdy
عنوان صفحة المساعدة 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"
}