Reddit: No More Red Dot
Removes the two red pixels from /r/AdviceAnimals.
Vad är Reddit: No More Red Dot?
Reddit: No More Red Dot är en Chrome-tillägg utvecklad av Marcisoft, och dess huvudfunktion är "Removes the two red pixels from /r/AdviceAnimals.".
Tilläggsskärmbilder
Ladda ner Reddit: No More Red Dot-förlängningens CRX-fil
Ladda ner Reddit: No More Red Dot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | npiniplkldbaabaignmgincofibpfohd |
Officiell webbadress | https://chrome.google.com/webstore/detail/reddit-no-more-red-dot/npiniplkldbaabaignmgincofibpfohd |
Beskrivning | Removes the two red pixels from /r/AdviceAnimals. |
Filstorlek | 3.21 KB |
Antal Installationer | 45 |
Aktuell Version | 1.1.5 |
Senast Uppdaterad | 2014-01-21 |
Publiceringsdatum | 2014-01-21 |
Betyg | 3.00/5 Totalt 6 Betyg |
Utvecklare | Marcisoft |
Betalningssätt | free |
Tilläggswebbplats | http://www.marcisoft.com |
Stödda Språk | 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" } |