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…

Apa itu NicholasCageExtension?

NicholasCageExtension adalah ekstensi Chrome yang dikembangkan oleh AutoClient, dan fitur utamanya adalah "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 Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NicholasCageExtension

Unduh file ekstensi NicholasCageExtension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NicholasCageExtension NicholasCageExtension
ID cejbolgkepmpidebjmajgbdiphpaogem
URL Resmi https://chromewebstore.google.com/detail/nicholascageextension/cejbolgkepmpidebjmajgbdiphpaogem
Deskripsi 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…
Ukuran File 4.1 KB
Jumlah Instalasi 59
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-08-24
Tanggal Publikasi 2021-08-24
Penilaian 5.00/5 Total 3 Penilaian
Pengembang AutoClient
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}