C895.org HTML5 Live Player
Adds an HTML5 audio streaming control to all pages on C895.org.
Wat is C895.org HTML5 Live Player?
C895.org HTML5 Live Player is een Chrome-extensie ontwikkeld door joelpt, en de belangrijkste functie is "Adds an HTML5 audio streaming control to all pages on C895.org.".
Extensie Screenshots
Download het CRX-bestand van de extensie C895.org HTML5 Live Player
Download C895.org HTML5 Live Player-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
This extension adds an HTML5
Basisinformatie over de Extensie
Naam | C895.org HTML5 Live Player |
ID | caikemhebfaieainegdbfiibbipihpol |
Officiële URL | https://chromewebstore.google.com/detail/c895org-html5-live-player/caikemhebfaieainegdbfiibbipihpol |
Beschrijving | Adds an HTML5 audio streaming control to all pages on C895.org. |
Bestandsgrootte | 244 KB |
Aantal Installaties | 49 |
Huidige Versie | 2014.7.1.2 |
Laatst Bijgewerkt | 2014-07-01 |
Publicatiedatum | 2014-07-01 |
Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | joelpt |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/joelpt/C895.org-HTML5-Audio-Streamer-Chrome-Extension |
Ondersteunde Talen | 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'" } |