Hamster Dance Fix
Fix the Hamster Dance to loop the audio
Wat is Hamster Dance Fix?
Hamster Dance Fix is een Chrome-extensie ontwikkeld door Mijoro, en de belangrijkste functie is "Fix the Hamster Dance to loop the audio".
Extensie Screenshots
Download het CRX-bestand van de extensie Hamster Dance Fix
Download Hamster Dance Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Fixes the Hamster Dance website to loop the audio as was originally intended.
Basisinformatie over de Extensie
Naam | Hamster Dance Fix |
ID | ghchdnjbeglgofkleikiiedhclobleoh |
Officiële URL | https://chromewebstore.google.com/detail/hamster-dance-fix/ghchdnjbeglgofkleikiiedhclobleoh |
Beschrijving | Fix the Hamster Dance to loop the audio |
Bestandsgrootte | 17.9 KB |
Aantal Installaties | 1,527 |
Huidige Versie | 2.3.2 |
Laatst Bijgewerkt | 2015-02-16 |
Publicatiedatum | 2015-02-15 |
Beoordeling | 3.29/5 Totaal 24 Beoordelingen |
Ontwikkelaar | Mijoro |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |