NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
NSFSquirrelsとは何ですか?
NSFSquirrelsはBuckwheat469によって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.」です。
拡張機能のスクリーンショット
NSFSquirrels拡張機能のCRXファイルをダウンロード
NSFSquirrels拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Based on XKCD What If? number 98 and a random comment on Reddit, this extension will replace NSFW images with pictures of squirrels from Flickr. It will replace a maximum of 50 images per page.
拡張機能の基本情報
名前 | NSFSquirrels |
ID | jelidmdmniigalcbkgbllphhmdonpifd |
公式URL | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd |
説明 | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. |
ファイルサイズ | 3.7 KB |
インストール数 | 24 |
現在のバージョン | 1.1 |
最終更新日 | 2014-05-29 |
公開日 | 2014-05-28 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Buckwheat469 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NSFSquirrels", "description": "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.", "version": "1.1", "permissions": [ "https:\/\/secure.flickr.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/*", "http:\/\/www.reddit.com\/*\/*" ], "js": [ "NSFSquirrels.js" ] } ] } |