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