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.

What is Magic Word?

Magic Word is a Chrome extension developed by ZackaryCLee, and its main feature is "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.".

Extension Screenshots

screenshot

Download Magic Word Extension CRX File

Download Magic Word extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Magic Word Magic Word
ID bfgfjcjanceofihlacofphfnpbiccbac
Official URL https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac
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.
File Size 381 KB
Installation Count 74
Current Version 0.1
Last Updated 2019-12-14
Publish Date 2019-12-14
Rating 5.00/5 Total 2 Ratings
Developer ZackaryCLee
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}