He Is Squidward

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

What is He Is Squidward?

He Is Squidward is a Chrome extension developed by geva bros., and its main feature is "replaces netanyahu with squidward, in websites' text and some images".

Extension Screenshots

screenshot

Download He Is Squidward Extension CRX File

Download He Is Squidward extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
Official URL https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Description replaces netanyahu with squidward, in websites' text and some images
File Size 93.94 KB
Installation Count 293
Current Version 0.3
Last Updated 2019-03-15
Publish Date 2019-03-10
Rating 5.00/5 Total 18 Ratings
Developer geva bros.
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}