Hamster Dance Fix

Fix the Hamster Dance to loop the audio

ما هو Hamster Dance Fix؟

Hamster Dance Fix هو إضافة Chrome تم تطويرها بواسطة Mijoro، والميزة الرئيسية لها هي "Fix the Hamster Dance to loop the audio".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Hamster Dance Fix

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

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

                        Fixes the Hamster Dance website to loop the audio as was originally intended.                    

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

الاسم Hamster Dance Fix Hamster Dance Fix
ID ghchdnjbeglgofkleikiiedhclobleoh
عنوان URL الرسمي https://chromewebstore.google.com/detail/hamster-dance-fix/ghchdnjbeglgofkleikiiedhclobleoh
الوصف Fix the Hamster Dance to loop the audio
حجم الملف 17.9 KB
عدد التثبيتات 1,527
النسخة الحالية 2.3.2
آخر تحديث 2015-02-16
تاريخ النشر 2015-02-15
تقييم 3.29/5 مجموع تقييمات 24
المطور Mijoro
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hamster Dance Fix",
    "version": "2.3.2",
    "manifest_version": 2,
    "description": "Fix the Hamster Dance to loop the audio",
    "homepage_url": "http:\/\/www.hamsterdance.org",
    "icons": {
        "16": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/www.hamsterdance.org\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.hamsterdance.org\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}