Promoted Tweet Blocker for Twitter
Blocks Twitter promoted tweets from showing up on your timeline.
ما هو Promoted Tweet Blocker for Twitter؟
Promoted Tweet Blocker for Twitter هو إضافة Chrome تم تطويرها بواسطة obipoketbobo، والميزة الرئيسية لها هي "Blocks Twitter promoted tweets from showing up on your timeline.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Promoted Tweet Blocker for Twitter
قم بتنزيل ملفات الامتداد Promoted Tweet Blocker for Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hides all Twitter promoted tweets that interrupt your Twitter experience.
معلومات أساسية عن التمديد
الاسم | Promoted Tweet Blocker for Twitter |
ID | epkkfgpbaehkidangmlmgkkiildlmded |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/promoted-tweet-blocker-fo/epkkfgpbaehkidangmlmgkkiildlmded |
الوصف | Blocks Twitter promoted tweets from showing up on your timeline. |
حجم الملف | 43.99 KB |
عدد التثبيتات | 175 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-05-02 |
تاريخ النشر | 2021-05-02 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | obipoketbobo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Promoted Tweet Blocker for Twitter", "short_name": "Promoted Tweet Blocker", "description": "Blocks Twitter promoted tweets from showing up on your timeline.", "browser_action": { "default_icon": "128.png" }, "version": "1.3", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "js": [ "jquery-3.5.1.min.js", "content.js" ] } ] } |