Magic Word

Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.

Apa itu Magic Word?

Magic Word adalah ekstensi Chrome yang dikembangkan oleh ZackaryCLee, dan fitur utamanya adalah "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Magic Word

Unduh file ekstensi Magic Word 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

                        Small chance of opening the "Magic Word" tab each time a tab is opened. The "Magic Word" tab is a video of Dennis Nedry saying "Ah Ah Ah, you didn't say the magic word". This extension is just for a fun little Jurassic Park reference every once in a while.                    

Informasi Dasar Ekstensi

Nama Magic Word Magic Word
ID bfgfjcjanceofihlacofphfnpbiccbac
URL Resmi https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac
Deskripsi Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.
Ukuran File 381 KB
Jumlah Instalasi 74
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-12-14
Tanggal Publikasi 2019-12-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang ZackaryCLee
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Word",
    "description": "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "nedry.png"
    },
    "icons": {
        "128": "nedry.png"
    }
}