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」です。
拡張機能のスクリーンショット
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 |
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" ] } ] } |