He Is Squidward

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

Co je He Is Squidward?

He Is Squidward je rozšíření Chrome vyvinuté geva bros., a jeho hlavní funkcí je „replaces netanyahu with squidward, in websites' text and some images“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření He Is Squidward

Stáhněte si soubory rozšíření He Is Squidward ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
Oficiální URL https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Popis replaces netanyahu with squidward, in websites' text and some images
Velikost souboru 93.94 KB
Počet instalací 293
Aktuální Verze 0.3
Poslední Aktualizace 2019-03-15
Datum Vydání 2019-03-10
Hodnocení 5.00/5 Celkem 18 Hodnocení
Vývojář geva bros.
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}