He Is Squidward

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

Wat is He Is Squidward?

He Is Squidward is een Chrome-extensie ontwikkeld door geva bros., en de belangrijkste functie is "replaces netanyahu with squidward, in websites' text and some images".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie He Is Squidward

Download He Is Squidward-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
Officiële URL https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Beschrijving replaces netanyahu with squidward, in websites' text and some images
Bestandsgrootte 93.94 KB
Aantal Installaties 293
Huidige Versie 0.3
Laatst Bijgewerkt 2019-03-15
Publicatiedatum 2019-03-10
Beoordeling 5.00/5 Totaal 18 Beoordelingen
Ontwikkelaar geva bros.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}