Hamster Dance Fix
Fix the Hamster Dance to loop the audio
Apa itu Hamster Dance Fix?
Hamster Dance Fix adalah ekstensi Chrome yang dikembangkan oleh Mijoro, dan fitur utamanya adalah "Fix the Hamster Dance to loop the audio".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hamster Dance Fix
Unduh file ekstensi Hamster Dance Fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Fixes the Hamster Dance website to loop the audio as was originally intended.
Informasi Dasar Ekstensi
Nama | Hamster Dance Fix |
ID | ghchdnjbeglgofkleikiiedhclobleoh |
URL Resmi | https://chromewebstore.google.com/detail/hamster-dance-fix/ghchdnjbeglgofkleikiiedhclobleoh |
Deskripsi | Fix the Hamster Dance to loop the audio |
Ukuran File | 17.9 KB |
Jumlah Instalasi | 1,527 |
Versi Saat Ini | 2.3.2 |
Terakhir Diperbarui | 2015-02-16 |
Tanggal Publikasi | 2015-02-15 |
Penilaian | 3.29/5 Total 24 Penilaian |
Pengembang | Mijoro |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |