Nicolas Cage images

Change all img tag on the page

什麼是Nicolas Cage images?

Nicolas Cage images是由gerry900908開發的Chrome擴展程式,該擴展的主要功能是“Change all img tag on the page”。

擴展截圖

screenshot

下載Nicolas Cage images擴展crx文件

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

擴展使用說明

                        This extension changes all images on the page to Nickolas Cage meme images.                    

擴展基本資訊

名稱 Nicolas Cage images Nicolas Cage images
ID lhlikfdhepmemdhnlacpgkoclnmpjoib
官方網址 https://chromewebstore.google.com/detail/nicolas-cage-images/lhlikfdhepmemdhnlacpgkoclnmpjoib
簡介 Change all img tag on the page
檔案大小 34.75 KB
安裝次數 414
目前版本 1.0.0
更新時間 2022-11-07
上架時間 2022-11-06
開發者 gerry900908
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nicolas Cage images",
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Change all img tag on the page",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}