1-click blocker for Twitter
Block users on Twitter in one click instead of 3.
ما هو 1-click blocker for Twitter؟
1-click blocker for Twitter هو إضافة Chrome تم تطويرها بواسطة dara_tobi، والميزة الرئيسية لها هي "Block users on Twitter in one click instead of 3.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 1-click blocker for Twitter
قم بتنزيل ملفات الامتداد 1-click blocker for Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension modifies Twitter by adding a block button to each Tweet. The block button that is added enables a user to block the owner of the Tweet in one click instead of the usual 3 clicks (1. open tweet menu, 2. click block user, 3. confirm block) You can now block users from ANYWHERE! There's now a block button on the list of users on the Likes, followers, and reposts pages. This is a universal 1-click solution to your Twitter blocking problems.
معلومات أساسية عن التمديد
الاسم | 1-click blocker for Twitter |
ID | clhbjgbdocpldiobndgnlijdcmpppkhl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/1-click-blocker-for-twitt/clhbjgbdocpldiobndgnlijdcmpppkhl |
الوصف | Block users on Twitter in one click instead of 3. |
حجم الملف | 11.77 KB |
عدد التثبيتات | 937 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2024-03-04 |
تاريخ النشر | 2023-03-26 |
تقييم | 4.73/5 مجموع تقييمات 22 |
المطور | dara_tobi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/dara_tobi |
عنوان صفحة المساعدة | https://twitter.com/dara_tobi |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Dara Oladosu", "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "index.js" ] } ], "description": "Block users on Twitter in one click instead of 3.", "icons": { "48": "images\/one-click-blocker.png" }, "manifest_version": 3, "name": "1-click blocker for Twitter", "offline_enabled": true, "short_name": "Twitter 1-click blocker", "version": "1.0.6" } |