NSFSquirrels

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

Apa itu NSFSquirrels?

NSFSquirrels adalah ekstensi Chrome yang dikembangkan oleh Buckwheat469, dan fitur utamanya adalah "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NSFSquirrels

Unduh file ekstensi NSFSquirrels dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NSFSquirrels NSFSquirrels
ID jelidmdmniigalcbkgbllphhmdonpifd
URL Resmi https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd
Deskripsi This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
Ukuran File 3.7 KB
Jumlah Instalasi 24
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-05-29
Tanggal Publikasi 2014-05-28
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Buckwheat469
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}