NSFSquirrels

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

NSFSquirrelsคืออะไร?

NSFSquirrels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Buckwheat469 และคุณลักษณะหลักของมันคือ "This extension replaces the thumbnails for NSFW posts on Reddit with pictures of squirrels."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NSFSquirrels

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            ]
        }
    ]
}