C895.org HTML5 Live Player
Adds an HTML5 audio streaming control to all pages on C895.org.
Qu'est-ce que C895.org HTML5 Live Player ?
C895.org HTML5 Live Player est une extension Chrome développée par joelpt, et sa fonction principale est "Adds an HTML5 audio streaming control to all pages on C895.org.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension C895.org HTML5 Live Player
Téléchargez les fichiers d'extension C895.org HTML5 Live Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension adds an HTML5
Informations de Base sur l'Extension
Nom | C895.org HTML5 Live Player |
ID | caikemhebfaieainegdbfiibbipihpol |
URL Officiel | https://chromewebstore.google.com/detail/c895org-html5-live-player/caikemhebfaieainegdbfiibbipihpol |
Description | Adds an HTML5 audio streaming control to all pages on C895.org. |
Taille du Fichier | 244 KB |
Nombre d'Installations | 49 |
Version Actuelle | 2014.7.1.2 |
Dernière Mise à Jour | 2014-07-01 |
Date de Publication | 2014-07-01 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | joelpt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/joelpt/C895.org-HTML5-Audio-Streamer-Chrome-Extension |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "http:\/\/*.c895.org\/*", "https:\/\/*.c895.org\/*" ], "run_at": "document_idle" } ], "description": "Adds an HTML5 audio streaming control to all pages on C895.org.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "name": "C895.org HTML5 Live Player", "permissions": [], "version": "2014.7.1.2", "content_security_policy": "script-src 'self'; object-src 'self'" } |