No One Direction on Twitter
No longer want One direction to appear on your Twitter-feed? This is made just for you!
ما هو No One Direction on Twitter؟
No One Direction on Twitter هو إضافة Chrome تم تطويرها بواسطة https://amees.me، والميزة الرئيسية لها هي "No longer want One direction to appear on your Twitter-feed? This is made just for you!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة No One Direction on Twitter
قم بتنزيل ملفات الامتداد No One Direction on Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Twitter is a beautiful medium. Ever since it was built, we've seen all kinds of annoying hypes coming and going. Today it's time for a change. No longer shall we accept the pollution of something beautiful. Today, we shall no longer see any One direction-tweets. Enjoy!;) ________________________________ 1.0 Initial release: - Now filters 1D-tweets once per page-load 1.2: - Now constantly checks for One Direction-posts, also works when ajax-querys are run.
معلومات أساسية عن التمديد
الاسم | |
ID | ahdbeaakcaaeoomldacepofdakigajkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/no-one-direction-on-twitt/ahdbeaakcaaeoomldacepofdakigajkk |
الوصف | No longer want One direction to appear on your Twitter-feed? This is made just for you! |
حجم الملف | 51.52 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.2 |
آخر تحديث | 2013-09-08 |
تاريخ النشر | 2013-09-08 |
تقييم | 3.50/5 مجموع تقييمات 8 |
المطور | https://amees.me |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No One Direction on Twitter", "version": "1.2", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "No longer want One direction to appear on your Twitter-feed? This is made just for you!", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*", "http:\/\/*.twitter.com\/*", "https:\/\/*.twitter.com\/*" ], "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |