He Is Squidward

replaces netanyahu with squidward, in websites' text and some images

Cos'è He Is Squidward?

He Is Squidward è un'estensione di Chrome sviluppata da geva bros., e la sua funzione principale è "replaces netanyahu with squidward, in websites' text and some images".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione He Is Squidward

Scarica i file di estensione He Is Squidward 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

                        Replaces 'Netanyahu' name with 'Sqwidward' and replaces some of Netanyahu's pictures with squidward images.

He Is Squidward automatically replaces all instances of the text "Netanyahu" and "Bibi" with "squidward" and replaces some of Bibis pictures with squidward".                    

Informazioni di Base sull'Estensione

Nome He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
URL Ufficiale https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Descrizione replaces netanyahu with squidward, in websites' text and some images
Dimensione del File 93.94 KB
Conteggio Installazioni 293
Versione Corrente 0.3
Ultimo Aggiornamento 2019-03-15
Data di Pubblicazione 2019-03-10
Valutazione 5.00/5 Totale 18 Valutazioni
Sviluppatore geva bros.
Email [email protected]
Tipo di Pagamento free
Lingue Supportate iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "He Is Squidward",
    "description": "replaces netanyahu with squidward, in websites' text and some images",
    "version": "0.3",
    "icons": {
        "16": "squidward_1.png",
        "48": "squidward_1.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "squidward_1.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webNavigation"
    ]
}