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.

Cos'è SpacePugSafeSpace: based on #MAKA?

SpacePugSafeSpace: based on #MAKA è un'estensione di Chrome sviluppata da jennwelch, e la sua funzione principale è "Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SpacePugSafeSpace: based on #MAKA

Scarica i file di estensione SpacePugSafeSpace: based on #MAKA in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SpacePugSafeSpace: based on #MAKA SpacePugSafeSpace: based on #MAKA
ID kdlopphejeppjhhpibfmedemeldifgfl
URL Ufficiale https://chromewebstore.google.com/detail/spacepugsafespace-based-o/kdlopphejeppjhhpibfmedemeldifgfl
Descrizione Replaces images of Weinstein / Louis CK / Cosby / etc. with an image of a pug in space, because seriously, f*** those guys.
Dimensione del File 2.73 MB
Conteggio Installazioni 23
Versione Corrente 1.2.15
Ultimo Aggiornamento 2018-09-18
Data di Pubblicazione 2018-09-18
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore jennwelch
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}