Reddit: No More Red Dot
Removes the two red pixels from /r/AdviceAnimals.
What is Reddit: No More Red Dot?
Reddit: No More Red Dot is a Chrome extension developed by Marcisoft, and its main feature is "Removes the two red pixels from /r/AdviceAnimals.".
Extension Screenshots
Download Reddit: No More Red Dot Extension CRX File
Download Reddit: No More Red Dot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | npiniplkldbaabaignmgincofibpfohd |
Official URL | https://chrome.google.com/webstore/detail/reddit-no-more-red-dot/npiniplkldbaabaignmgincofibpfohd |
Description | Removes the two red pixels from /r/AdviceAnimals. |
File Size | 3.21 KB |
Installation Count | 45 |
Current Version | 1.1.5 |
Last Updated | 2014-01-21 |
Publish Date | 2014-01-21 |
Rating | 3.00/5 Total 6 Ratings |
Developer | Marcisoft |
Payment Type | free |
Extension Website | http://www.marcisoft.com |
Supported Languages | 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" } |