Twitter Promotion Blocker

Twitterのタイムライン上のプロモーションを非表示にする

ما هو Twitter Promotion Blocker؟

Twitter Promotion Blocker هو إضافة Chrome تم تطويرها بواسطة loach، والميزة الرئيسية لها هي "Twitterのタイムライン上のプロモーションを非表示にする".

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

screenshot

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

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

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

                        Hide promotions on the Twitter timeline                    

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

الاسم Twitter Promotion Blocker Twitter Promotion Blocker
ID lkihdcghldecfaijmejlddmgkljlfdgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitter-promotion-blocker/lkihdcghldecfaijmejlddmgkljlfdgb
الوصف Twitterのタイムライン上のプロモーションを非表示にする
حجم الملف 6.21 KB
عدد التثبيتات 66
النسخة الحالية 1.0.0
آخر تحديث 2020-09-13
تاريخ النشر 2020-09-13
تقييم 5.00/5 مجموع تقييمات 2
المطور loach
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Promotion Blocker",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Twitter\u306e\u30bf\u30a4\u30e0\u30e9\u30a4\u30f3\u4e0a\u306e\u30d7\u30ed\u30e2\u30fc\u30b7\u30e7\u30f3\u3092\u975e\u8868\u793a\u306b\u3059\u308b",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}