Reddit: No More Red Dot
Removes the two red pixels from /r/AdviceAnimals.
什么是Reddit: No More Red Dot?
Reddit: No More Red Dot是由Marcisoft开发的Chrome扩展程序,该扩展的主要功能是“Removes the two red pixels from /r/AdviceAnimals.”。
扩展截图
下载Reddit: No More Red Dot扩展crx文件
下载Reddit: No More Red Dot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } |