Hamster Dance Fix
Fix the Hamster Dance to loop the audio
What is Hamster Dance Fix?
Hamster Dance Fix is a Chrome extension developed by Mijoro, and its main feature is "Fix the Hamster Dance to loop the audio".
Extension Screenshots
Download Hamster Dance Fix Extension CRX File
Download Hamster Dance Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fixes the Hamster Dance website to loop the audio as was originally intended.
Extension Basic Information
Name | Hamster Dance Fix |
ID | ghchdnjbeglgofkleikiiedhclobleoh |
Official URL | https://chromewebstore.google.com/detail/hamster-dance-fix/ghchdnjbeglgofkleikiiedhclobleoh |
Description | Fix the Hamster Dance to loop the audio |
File Size | 17.9 KB |
Installation Count | 1,527 |
Current Version | 2.3.2 |
Last Updated | 2015-02-16 |
Publish Date | 2015-02-15 |
Rating | 3.29/5 Total 24 Ratings |
Developer | Mijoro |
Payment Type | free |
Supported Languages | 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" ] } ] } |