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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}