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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}