Hamster Dance Fix

Fix the Hamster Dance to loop the audio

Hamster Dance Fix क्या है?

Hamster Dance Fix Mijoro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix the Hamster Dance to loop the audio"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hamster Dance Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}