NSFSquirrels
This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Wat is NSFSquirrels?
NSFSquirrels is een Chrome-extensie ontwikkeld door Buckwheat469, en de belangrijkste functie is "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".
Extensie Screenshots
Download het CRX-bestand van de extensie NSFSquirrels
Download NSFSquirrels-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | jelidmdmniigalcbkgbllphhmdonpifd | 
| Officiële URL | https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd | 
| Beschrijving | This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels. | 
| Bestandsgrootte | 3.7 KB | 
| Aantal Installaties | 24 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2014-05-29 | 
| Publicatiedatum | 2014-05-28 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | Buckwheat469 | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |