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.

Cos'è Magic Word?

Magic Word è un'estensione di Chrome sviluppata da ZackaryCLee, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magic Word

Scarica i file di estensione Magic Word in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Magic Word Magic Word
ID bfgfjcjanceofihlacofphfnpbiccbac
URL Ufficiale https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac
Descrizione 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.
Dimensione del File 381 KB
Conteggio Installazioni 74
Versione Corrente 0.1
Ultimo Aggiornamento 2019-12-14
Data di Pubblicazione 2019-12-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore ZackaryCLee
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}