He Is Squidward

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

Co to jest He Is Squidward?

He Is Squidward to rozszerzenie Chrome opracowane przez geva bros., a jego główną funkcją jest „replaces netanyahu with squidward, in websites' text and some images”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia He Is Squidward

Pobierz pliki rozszerzeń He Is Squidward w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
Oficjalny URL https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Opis replaces netanyahu with squidward, in websites' text and some images
Rozmiar pliku 93.94 KB
Liczba instalacji 293
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2019-03-15
Data Publikacji 2019-03-10
Ocena 5.00/5 Łącznie 18 Oceny
Deweloper geva bros.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}