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.

Что такое Magic Word?

Magic Word - это расширение Chrome, разработанное ZackaryCLee, и его основная функция - "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

Скачать файл CRX расширения Magic Word

Скачайте файлы расширений Magic Word в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Magic Word Magic Word
ID bfgfjcjanceofihlacofphfnpbiccbac
Официальный URL https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac
Описание 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.
Размер файла 381 KB
Количество установок 74
Текущая Версия 0.1
Последнее Обновление 2019-12-14
Дата публикации 2019-12-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик ZackaryCLee
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}