Do the harlem shake

Make the current page do the harlem shake

ما هو Do the harlem shake؟

Do the harlem shake هو إضافة Chrome تم تطويرها بواسطة Jamie Davies، والميزة الرئيسية لها هي "Make the current page do the harlem shake".

تحميل ملف CRX للإضافة Do the harlem shake

قم بتنزيل ملفات الامتداد Do the harlem shake بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Make any website do the harlem shake                    

معلومات أساسية عن التمديد

الاسم Do the harlem shake Do the harlem shake
ID mobbapdpmefdbmdhkokjehgdnaglfkfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/do-the-harlem-shake/mobbapdpmefdbmdhkokjehgdnaglfkfc
الوصف Make the current page do the harlem shake
حجم الملف 1.09 MB
عدد التثبيتات 203
النسخة الحالية 1.0
آخر تحديث 2014-05-29
تاريخ النشر 2014-05-29
تقييم 5.00/5 مجموع تقييمات 1
المطور Jamie Davies
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Do the harlem shake",
    "description": "Make the current page do the harlem shake",
    "author": "Jamie Davies",
    "homepage_url": "http:\/\/twitter.com\/viralpickaxe",
    "offline_enabled": false,
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Do the harlem shake!",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        }
    },
    "manifest_version": 2
}