He Is Squidward

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

Apa itu He Is Squidward?

He Is Squidward adalah ekstensi Chrome yang dikembangkan oleh geva bros., dan fitur utamanya adalah "replaces netanyahu with squidward, in websites' text and some images".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi He Is Squidward

Unduh file ekstensi He Is Squidward dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
URL Resmi https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
Deskripsi replaces netanyahu with squidward, in websites' text and some images
Ukuran File 93.94 KB
Jumlah Instalasi 293
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-03-15
Tanggal Publikasi 2019-03-10
Penilaian 5.00/5 Total 18 Penilaian
Pengembang geva bros.
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}