NSFSquirrels

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

Co to jest NSFSquirrels?

NSFSquirrels to rozszerzenie Chrome opracowane przez Buckwheat469, a jego główną funkcją jest „This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NSFSquirrels

Pobierz pliki rozszerzeń NSFSquirrels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NSFSquirrels NSFSquirrels
ID jelidmdmniigalcbkgbllphhmdonpifd
Oficjalny URL https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd
Opis This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Rozmiar pliku 3.7 KB
Liczba instalacji 24
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-05-29
Data Publikacji 2014-05-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Buckwheat469
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}