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.

Apa itu SpacePugSafeSpace: based on #MAKA?

SpacePugSafeSpace: based on #MAKA adalah ekstensi Chrome yang dikembangkan oleh jennwelch, dan fitur utamanya adalah "Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpacePugSafeSpace: based on #MAKA

Unduh file ekstensi SpacePugSafeSpace: based on #MAKA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SpacePugSafeSpace: based on #MAKA SpacePugSafeSpace: based on #MAKA
ID kdlopphejeppjhhpibfmedemeldifgfl
URL Resmi https://chromewebstore.google.com/detail/spacepugsafespace-based-o/kdlopphejeppjhhpibfmedemeldifgfl
Deskripsi Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.
Ukuran File 2.73 MB
Jumlah Instalasi 23
Versi Saat Ini 1.2.15
Terakhir Diperbarui 2018-09-18
Tanggal Publikasi 2018-09-18
Penilaian 5.00/5 Total 4 Penilaian
Pengembang jennwelch
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}