Hide Twitter Promotion

Hide Twitter Promotion

ما هو Hide Twitter Promotion؟

Hide Twitter Promotion هو إضافة Chrome تم تطويرها بواسطة Dongri Jin، والميزة الرئيسية لها هي "Hide Twitter Promotion".

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

screenshot

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

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

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

                        Hide Twitter Promotion is used to automatically remove promoted posts on Twitter Timeline                    

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

الاسم Hide Twitter Promotion Hide Twitter Promotion
ID bpiehgdmajooljhbeekiphmbphdbmjcc
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-twitter-promotion/bpiehgdmajooljhbeekiphmbphdbmjcc
الوصف Hide Twitter Promotion
حجم الملف 49.19 KB
عدد التثبيتات 23
النسخة الحالية 0.0.3
آخر تحديث 2021-05-03
تاريخ النشر 2020-03-06
تقييم 1.00/5 مجموع تقييمات 1
المطور Dongri Jin
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Twitter Promotion",
    "version": "0.0.3",
    "description": "Hide Twitter Promotion",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/home",
                "https:\/\/www.twitter.com\/home"
            ],
            "js": [
                "jquery.min.js",
                "block.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}