No Promoted - Twitter Ad Blocker

An extension to remove promoted tweets, ads on Twitter

ما هو No Promoted - Twitter Ad Blocker؟

No Promoted - Twitter Ad Blocker هو إضافة Chrome تم تطويرها بواسطة https://cagataypalaz.com، والميزة الرئيسية لها هي "An extension to remove promoted tweets, ads on Twitter".

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

screenshot

تحميل ملف CRX للإضافة No Promoted - Twitter Ad Blocker

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

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

                        No Promoted is an ad blocker for Twitter. It automatically hides/removes the promoted tweets and accounts.

How to use?
No Promoted is easy to use extension. Just add your browser and activate it by clicking the extension icon on the top.

Requirements?
None! There're no requirements to use this extension. It's free to use and no signup required.

Language support?
Only English is supported at the moment, other languages will be supported soon.

For requests and support please join my Discord support server
https://discord.gg/eutMDUWPwU                    

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

الاسم No Promoted - Twitter Ad Blocker No Promoted - Twitter Ad Blocker
ID nbpbiadehdooghgohmhfkkmambcnccbk
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-promoted-twitter-ad-bl/nbpbiadehdooghgohmhfkkmambcnccbk
الوصف An extension to remove promoted tweets, ads on Twitter
حجم الملف 16.16 KB
عدد التثبيتات 36
النسخة الحالية 1.1
آخر تحديث 2022-06-21
تاريخ النشر 2022-06-12
تقييم 5.00/5 مجموع تقييمات 2
المطور https://cagataypalaz.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://discord.gg/eutMDUWPwU
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Promoted - Twitter Ad Blocker",
    "description": "An extension to remove promoted tweets, ads on Twitter",
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}