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은(는) Generation Underdog, LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

See No Donald 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}