Never Let me Click Reddit NSFW Links at Work
When on this extension prevents all NSFW links from ever being clicked on by mistake. No clickable comments or link
Never Let me Click Reddit NSFW Links at Workとは何ですか?
Never Let me Click Reddit NSFW Links at WorkはMatt Kimによって開発されたChromeの拡張機能で、その主な機能は「When on this extension prevents all NSFW links from ever being clicked on by mistake. No clickable comments or link」です。
拡張機能のスクリーンショット
Never Let me Click Reddit NSFW Links at Work拡張機能のCRXファイルをダウンロード
Never Let me Click Reddit NSFW Links at Work拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Some of the NSFW links on Reddit make it to the front page and I accidentally clicked on one today at work. No big deal but I don't ever want someone walking by my computer if that ever happened! When enabled, all the NSFW links are removed and you will never mistakingly click on the link again. BTW, you can fork this @ https://github.com/iamakimmer/reddit_nsfw_nono , it really is just one line of code and could be improved. I just needed something now!
拡張機能の基本情報
名前 | Never Let me Click Reddit NSFW Links at Work |
ID | bgglmgbiemopcpmoajjceehjbapmehmh |
公式URL | https://chromewebstore.google.com/detail/never-let-me-click-reddit/bgglmgbiemopcpmoajjceehjbapmehmh |
説明 | When on this extension prevents all NSFW links from ever being clicked on by mistake. No clickable comments or link |
ファイルサイズ | 36.2 KB |
インストール数 | 18 |
現在のバージョン | 1.0 |
最終更新日 | 2013-01-14 |
公開日 | 2013-01-13 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | Matt Kim |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Never Let me Click Reddit NSFW Links at Work", "description": "When on this extension prevents all NSFW links from ever being clicked on by mistake. No clickable comments or link", "manifest_version": 2, "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "https:\/\/www.reddit.com\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "main.js" ] } ] } |