Do Not Like
Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.
ما هو Do Not Like؟
Do Not Like هو إضافة Chrome تم تطويرها بواسطة Jonty، والميزة الرئيسية لها هي "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Do Not Like
قم بتنزيل ملفات الامتداد Do Not Like بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By doing this it trains Twitters Giant Bird Brain that you do not like adverts. Any adverts. Once you've been running this for a day or two you'll stop seeing adverts on all devices when browsing Twitter, not just the website. Hurrah. Code: https://github.com/Jonty/do_not_like
معلومات أساسية عن التمديد
الاسم | Do Not Like |
ID | gphlpdohbkajeckfepokpmjedkjaefhf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/do-not-like/gphlpdohbkajeckfepokpmjedkjaefhf |
الوصف | Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed. |
حجم الملف | 3.91 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 0.0.2 |
آخر تحديث | 2018-09-12 |
تاريخ النشر | 2018-09-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Jonty |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Do Not Like", "version": "0.0.2", "manifest_version": 2, "description": "Automatically clicks 'I don't like this ad' on Twitter adverts, removing them from your feed.", "homepage_url": "http:\/\/github.com\/jonty\/do_not_like", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "src\/inject.js" ] } ], "web_accessible_resources": [ "src\/do_not_like.js" ] } |