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 |
官方網址 | 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" ] } ] } |