NSFSquirrels

This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.

Cos'è NSFSquirrels?

NSFSquirrels è un'estensione di Chrome sviluppata da Buckwheat469, e la sua funzione principale è "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NSFSquirrels

Scarica i file di estensione NSFSquirrels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NSFSquirrels NSFSquirrels
ID jelidmdmniigalcbkgbllphhmdonpifd
URL Ufficiale https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd
Descrizione This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Dimensione del File 3.7 KB
Conteggio Installazioni 24
Versione Corrente 1.1
Ultimo Aggiornamento 2014-05-29
Data di Pubblicazione 2014-05-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Buckwheat469
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}