NicholasCageExtension

This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…

NicholasCageExtensionとは何ですか?

NicholasCageExtensionはAutoClientによって開発されたChromeの拡張機能で、その主な機能は「This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of Nicholas Cage.                    

拡張機能の基本情報

名前 NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
公式URL https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
説明 This extension is a fun prank extension that takes some of the images on the page that you load and changes them to be pictures of…
ファイルサイズ 4.1 KB
インストール数 59
現在のバージョン 1.0.0
最終更新日 2021-08-24
公開日 2021-08-24
評価 5.00/5 合計 3 レビュー
開発者 AutoClient
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NicholasCageExtension",
    "version": "1.0.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Nicholas Cage"
    }
}