Twitter AdBlock

Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets

ما هو Twitter AdBlock؟

Twitter AdBlock هو إضافة Chrome تم تطويرها بواسطة Anbodev، والميزة الرئيسية لها هي "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets".

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

screenshot
screenshot

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

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

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

                        Removes all the promoted Tweets from your timeline, following and the trends. Prevents ads from loading when using the back/forward history button. Prevents ads from popping up in timeline when scrolling through tweets. Bypasses Twitter's link warning and auto directs to links clicked within tweets.                    

معلومات أساسية عن التمديد

الاسم Twitter AdBlock Twitter AdBlock
ID kjaonljkcdidebicpnjijbfefeblncal
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-adblock/kjaonljkcdidebicpnjijbfefeblncal
الوصف Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets
حجم الملف 47.02 KB
عدد التثبيتات 730
النسخة الحالية 1.2
آخر تحديث 2021-01-30
تاريخ النشر 2021-01-18
تقييم 2.33/5 مجموع تقييمات 3
المطور Anbodev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter AdBlock",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Removes promoted links in timelines, following & trends. Bypasses Twitter's link warning & auto directs links clicked within tweets",
    "browser_action": {
        "name": "Manipulate DOM",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.twitter.com\/*"
            ]
        }
    ]
}