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
官方URL 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"
    ]
}