GantzIsPatrick

Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.

GantzIsPatrickとは何ですか?

GantzIsPatrickはAniShalevによって開発されたChromeの拡張機能で、その主な機能は「Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

GantzIsPatrick拡張機能のCRXファイルをダウンロード

GantzIsPatrick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        "גנץ הוא פטריק" הוא פלאגין שמחליף אוטומטית את השם והתמונות של בני גנץ לפטריק מהסדרה "בובספוג מכנסמרובע".

-------------------

"GantzIsPatrick" is a plugin that automatically replaces Benny Gantz's name and pictures to Patrick from the TV show "SpongeBob SquarePants".                    

拡張機能の基本情報

名前 GantzIsPatrick GantzIsPatrick
ID ikpimbgbdgeeddhofkblplcfgpeoomcl
公式URL https://chromewebstore.google.com/detail/gantzispatrick/ikpimbgbdgeeddhofkblplcfgpeoomcl
説明 Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.
ファイルサイズ 1.3 MB
インストール数 115
現在のバージョン 1.0.0
最終更新日 2019-04-11
公開日 2019-04-07
評価 5.00/5 合計 2 レビュー
開発者 AniShalev
支払い方法 free
対応言語 iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GantzIsPatrick",
    "version": "1.0.0",
    "description": "Replaces Benny Gantz's name and photos with Patrick Star's name and photos from SpongeBob SquarePants.",
    "icons": {
        "16": "patrick.png",
        "48": "patrick.png",
        "128": "patrick.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation"
    ]
}