He Is Squidward

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

什麼是He Is Squidward?

He Is Squidward是由geva bros.開發的Chrome擴展程式,該擴展的主要功能是“replaces netanyahu with squidward, in websites' text and some images”。

擴展截圖

screenshot

下載He Is Squidward擴展crx文件

下載He Is Squidward擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 He Is Squidward He Is Squidward
ID pekgceckpophiglibebopgpbhdpcfnod
官方網址 https://chromewebstore.google.com/detail/he-is-squidward/pekgceckpophiglibebopgpbhdpcfnod
簡介 replaces netanyahu with squidward, in websites' text and some images
檔案大小 93.94 KB
安裝次數 293
目前版本 0.3
更新時間 2019-03-15
上架時間 2019-03-10
評分 5.00/5 共 18 次評分
開發者 geva bros.
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}