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.
Eメール [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"
    ]
}