Trend Blocker
Blocks curiosity-clicks to Twitter trends.
ما هو Trend Blocker؟
Trend Blocker هو إضافة Chrome تم تطويرها بواسطة https://klivk.com، والميزة الرئيسية لها هي "Blocks curiosity-clicks to Twitter trends.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trend Blocker
قم بتنزيل ملفات الامتداد Trend Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles. When you are super curious about one, you can always control-click or right-click to read it.
معلومات أساسية عن التمديد
الاسم | Trend Blocker |
ID | mmkljdkafmpccfjahboblagjedcdafpg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg |
الوصف | Blocks curiosity-clicks to Twitter trends. |
حجم الملف | 59.3 KB |
عدد التثبيتات | 94 |
النسخة الحالية | 1.0.2.2 |
آخر تحديث | 2012-04-24 |
تاريخ النشر | 2012-04-24 |
المطور | https://klivk.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://serdar.work/chrome-extensions/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trend Blocker", "version": "1.0.2.2", "manifest_version": 2, "description": "Blocks curiosity-clicks to Twitter trends.", "icons": { "14": "icon14.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "mystyles.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "homepage_url": "http:\/\/klivk.com\/trend-blocker" } |