NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
What is NSFSquirrels?
NSFSquirrels is a Chrome extension developed by Buckwheat469, and its main feature is "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".
Extension Screenshots
Download NSFSquirrels Extension CRX File
Download NSFSquirrels 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
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.
Extension Basic Information
Name | NSFSquirrels |
ID | jelidmdmniigalcbkgbllphhmdonpifd |
Official URL | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd |
Description | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. |
File Size | 3.7 KB |
Installation Count | 24 |
Current Version | 1.1 |
Last Updated | 2014-05-29 |
Publish Date | 2014-05-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Buckwheat469 |
Payment Type | free |
Supported Languages | 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" ] } ] } |