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文件

下載SpacePugSafeSpace: based on #MAKA擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SpacePugSafeSpace: based on #MAKA SpacePugSafeSpace: based on #MAKA
ID kdlopphejeppjhhpibfmedemeldifgfl
官方網址 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"
    ]
}