NPR Volume
Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…
NPR Volumeとは何ですか?
NPR VolumeはTJ Hillardによって開発されたChromeの拡張機能で、その主な機能は「Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the…」です。
拡張機能のスクリーンショット
NPR Volume拡張機能のCRXファイルをダウンロード
NPR Volume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | NPR Volume |
ID | dhhiahjlllgdfmlofacelhlikdnnalan |
公式URL | https://chromewebstore.google.com/detail/npr-volume/dhhiahjlllgdfmlofacelhlikdnnalan |
説明 | Volume control for the npr web player. 11/18 - New version fixes issue caused by a Chrome security update. Please update the… |
ファイルサイズ | 4.56 KB |
インストール数 | 365 |
現在のバージョン | 0.0.3 |
最終更新日 | 2017-12-02 |
公開日 | 2017-12-02 |
評価 | 3.75/5 合計 8 レビュー |
開発者 | TJ Hillard |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } |