SquirrelsGoneWild
This extension replaces the thumbnails for /r/squirrels with pictures of sexy ladies from Flickr.
What is SquirrelsGoneWild?
SquirrelsGoneWild is a Chrome extension developed by Buckwheat469, and its main feature is "This extension replaces the thumbnails for /r/squirrels with pictures of sexy ladies from Flickr.".
Download SquirrelsGoneWild Extension CRX File
Download SquirrelsGoneWild 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
This extension replaces the thumbnails for /r/squirrels with pictures of sexy ladies from Flickr.
Extension Basic Information
Name | |
ID | hffngdaadfclmjnojflegnnooaokbeme |
Official URL | https://chrome.google.com/webstore/detail/squirrelsgonewild/hffngdaadfclmjnojflegnnooaokbeme |
Description | This extension replaces the thumbnails for /r/squirrels with pictures of sexy ladies from Flickr. |
File Size | 3.67 KB |
Installation Count | 18 |
Current Version | 1.0 |
Last Updated | 2014-05-28 |
Publish Date | 2014-05-28 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Buckwheat469 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SquirrelsGoneWild", "description": "This extension replaces the thumbnails for \/r\/squirrels with pictures of sexy ladies from Flickr.", "version": "1.0", "permissions": [ "https:\/\/secure.flickr.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/squirrels\/*" ], "js": [ "SquirrelsGoneWild.js" ] } ] } |