NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Vad är NSFSquirrels?
NSFSquirrels är en Chrome-tillägg utvecklad av Buckwheat469, och dess huvudfunktion är "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".
Tilläggsskärmbilder
Ladda ner NSFSquirrels-förlängningens CRX-fil
Ladda ner NSFSquirrels-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | NSFSquirrels |
ID | jelidmdmniigalcbkgbllphhmdonpifd |
Officiell webbadress | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd |
Beskrivning | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. |
Filstorlek | 3.7 KB |
Antal Installationer | 24 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2014-05-29 |
Publiceringsdatum | 2014-05-28 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Buckwheat469 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |