C895.org HTML5 Live Player
Adds an HTML5 audio streaming control to all pages on C895.org.
Co to jest C895.org HTML5 Live Player?
C895.org HTML5 Live Player to rozszerzenie Chrome opracowane przez joelpt, a jego główną funkcją jest „Adds an HTML5 audio streaming control to all pages on C895.org.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia C895.org HTML5 Live Player
Pobierz pliki rozszerzeń C895.org HTML5 Live Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension adds an HTML5
Podstawowe informacje o rozszerzeniu
Nazwa | C895.org HTML5 Live Player |
ID | caikemhebfaieainegdbfiibbipihpol |
Oficjalny URL | https://chromewebstore.google.com/detail/c895org-html5-live-player/caikemhebfaieainegdbfiibbipihpol |
Opis | Adds an HTML5 audio streaming control to all pages on C895.org. |
Rozmiar pliku | 244 KB |
Liczba instalacji | 49 |
Aktualna Wersja | 2014.7.1.2 |
Ostatnia Aktualizacja | 2014-07-01 |
Data Publikacji | 2014-07-01 |
Ocena | 4.00/5 Łącznie 2 Oceny |
Deweloper | joelpt |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/joelpt/C895.org-HTML5-Audio-Streamer-Chrome-Extension |
Obsługiwane Języki | 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'" } |