NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
Co to jest NPR Volume?
NPR Volume to rozszerzenie Chrome opracowane przez TJ Hillard, a jego główną funkcją jest „Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NPR Volume
Pobierz pliki rozszerzeń NPR Volume 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
Volume control for the npr web player.
11/18 - New version fixes issue caused by a Chrome security update. Please update the extension or reinstall to resolve issue. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dhhiahjlllgdfmlofacelhlikdnnalan |
| Oficjalny URL | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
| Opis | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
| Rozmiar pliku | 4.56 KB |
| Liczba instalacji | 365 |
| Aktualna Wersja | 0.0.3 |
| Ostatnia Aktualizacja | 2017-12-02 |
| Data Publikacji | 2017-12-02 |
| Ocena | 3.75/5 Łącznie 8 Oceny |
| Deweloper | TJ Hillard |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NPR Volume",
"manifest_version": 2,
"version": "0.0.3",
"content_scripts": [
{
"matches": [
"https:\/\/www.npr.org\/*"
],
"run_at": "document_end",
"css": [
"style.css"
],
"js": [
"app.js"
]
}
],
"permissions": [
"storage"
]
} | |