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