Hamster Dance Fix

Fix the Hamster Dance to loop the audio

什么是Hamster Dance Fix?

Hamster Dance Fix是由Mijoro开发的Chrome扩展程序,该扩展的主要功能是“Fix the Hamster Dance to loop the audio”。

扩展截图

screenshot

下载Hamster Dance Fix扩展crx文件

下载Hamster Dance Fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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