NSFSquirrels

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

什麼是NSFSquirrels?

NSFSquirrels是由Buckwheat469開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.”。

擴展截圖

screenshot

下載NSFSquirrels擴展crx文件

下載NSFSquirrels擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 NSFSquirrels NSFSquirrels
ID jelidmdmniigalcbkgbllphhmdonpifd
官方網址 https://chromewebstore.google.com/detail/nsfsquirrels/jelidmdmniigalcbkgbllphhmdonpifd
簡介 This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels.
檔案大小 3.7 KB
安裝次數 24
目前版本 1.1
更新時間 2014-05-29
上架時間 2014-05-28
評分 5.00/5 共 2 次評分
開發者 Buckwheat469
付費類型 free
支援的語言 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"
            ]
        }
    ]
}