SpacePugSafeSpace: based on #MAKA

Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.

SpacePugSafeSpace: based on #MAKA란 무엇입니까?

SpacePugSafeSpace: based on #MAKA은(는) jennwelch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys."입니다.

확장 프로그램 스크린샷

screenshot

SpacePugSafeSpace: based on #MAKA 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Version 1.2.15 Notes
Added keywords for Brett Kavanaugh to master blacklist.                    

확장 프로그램 기본 정보

이름 SpacePugSafeSpace: based on #MAKA SpacePugSafeSpace: based on #MAKA
ID kdlopphejeppjhhpibfmedemeldifgfl
공식 URL https://chromewebstore.google.com/detail/spacepugsafespace-based-o/kdlopphejeppjhhpibfmedemeldifgfl
설명 Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.
파일 크기 2.73 MB
설치 횟수 23
현재 버전 1.2.15
최근 업데이트 2018-09-18
출시 날짜 2018-09-18
평점 5.00/5 총 4 개의 평점
개발자 jennwelch
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpacePugSafeSpace: based on #MAKA",
    "description": "Replaces images of Weinstein \/ Louis CK \/ Cosby \/ etc. with an image of a pug in space, because seriously, f*** those guys.",
    "version": "1.2.15",
    "options_page": "pzssoptions.html",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "#spss",
        "default_popup": "pzssoptions.html"
    },
    "background": {
        "scripts": [
            "setpzssmenu.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "maka.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "kittens\/*.jpg"
    ]
}