He Is Squidward

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

Vad är He Is Squidward?

He Is Squidward är en Chrome-tillägg utvecklad av geva bros., och dess huvudfunktion är "replaces netanyahu with squidward, in websites' text and some images".

Tilläggsskärmbilder

screenshot

Ladda ner He Is Squidward-förlängningens CRX-fil

Ladda ner He Is Squidward-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
Officiell webbadress https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Beskrivning replaces netanyahu with squidward, in websites' text and some images
Filstorlek 93.94 KB
Antal Installationer 293
Aktuell Version 0.3
Senast Uppdaterad 2019-03-15
Publiceringsdatum 2019-03-10
Betyg 5.00/5 Totalt 18 Betyg
Utvecklare geva bros.
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}