See No Donald

Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.

See No Donaldคืออะไร?

See No Donald เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Generation Underdog, LLC และคุณลักษณะหลักของมันคือ "Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย See No Donald ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        For those of you who feel triggered...or exhausted by images accompanying the multitude of articles about The Donald, this extension replaces images (only) for related content on specific websites (see permissions for current list) with kittens or puppies.

This extension is NOT meant to trivialize the CONTENT of articles, but to just provide a visual break allowing us to CHOOSE what articles we read and respond to. Once installed, you can go to the extension's options and change from kittens (default) to puppies.

This extension is not yet perfect. Works pretty well on FACEBOOK and TWITTER. We're still working on others... stay tuned!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ See No Donald See No Donald
ID djnfalajlmneibddlminnlddleafpnal
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/see-no-donald/djnfalajlmneibddlminnlddleafpnal
คำอธิบาย Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.
ขนาดไฟล์ 10.9 KB
จำนวนการติดตั้ง 13
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2017-02-18
วันที่เผยแพร่ 2017-02-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Generation Underdog, LLC
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "See No Donald",
    "version": "1.1.2",
    "description": "Grab kitties (or puppies!) and see The Donald replaced (you will see some missed - we're working on it!) on the web. That's it.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/jezebel.com\/*",
                "*:\/\/*.jezebel.com\/*",
                "*:\/\/deadspin.com\/*",
                "*:\/\/*.deadspin.com\/*",
                "*:\/\/gizmodo.com\/*",
                "*:\/\/*.gizmodo.com\/*",
                "*:\/\/jalopnik.com\/*",
                "*:\/\/*.jalopnik.com\/*",
                "*:\/\/kotaku.com\/*",
                "*:\/\/*.kotaku.com\/*",
                "*:\/\/lifehacker.com\/*",
                "*:\/\/*.lifehacker.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/twitter.com\/*"
            ]
        }
    ]
}