Reddit: No More Red Dot
Removes the two red pixels from /r/AdviceAnimals.
ما هو Reddit: No More Red Dot؟
Reddit: No More Red Dot هو إضافة Chrome تم تطويرها بواسطة Marcisoft، والميزة الرئيسية لها هي "Removes the two red pixels from /r/AdviceAnimals.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Reddit: No More Red Dot
قم بتنزيل ملفات الامتداد Reddit: No More Red Dot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If the two red pixels on either /r/AdviceAnimals or the comments page annoys you, this is the extension for you. It simply removes them - not more, not less. Happy browsing! **Update 01/22/13** New strategy for blocking the dot, hopefully a more stable one! - This update requires other permissions (less even :)) **Update 12/28/13** The dot is now gone once again and peace has settled over AdviceAnimals. - Merry Christmas **Update 06/04/13** They have changed it again and it now works again. The extension requests access to /r/adviceanimals (notice no uppercase A's), so it is able to remove the dot, even if you write everything lowercase. **Update 06/03/13** I have noticed that they (whoever you are!) have modified the dot just enough, so that the extension wasn't able to remove it - it now works again!
معلومات أساسية عن التمديد
الاسم | |
ID | npiniplkldbaabaignmgincofibpfohd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/reddit-no-more-red-dot/npiniplkldbaabaignmgincofibpfohd |
الوصف | Removes the two red pixels from /r/AdviceAnimals. |
حجم الملف | 3.21 KB |
عدد التثبيتات | 45 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2014-01-21 |
تاريخ النشر | 2014-01-21 |
تقييم | 3.00/5 مجموع تقييمات 6 |
المطور | Marcisoft |
نوع الدفع | free |
موقع الإضافة | http://www.marcisoft.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Removes the two red pixels from \/r\/AdviceAnimals.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/reddit-no-more-red-dot\/npiniplkldbaabaignmgincofibpfohd", "icons": { "48": "48.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/d.thumbs.redditmedia.com\/*" ], "manifest_version": 2, "name": "Reddit: No More Red Dot", "version": "1.1.5" } |