onsen-ex
New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。…
Cos'è onsen-ex?
onsen-ex è un'estensione di Chrome sviluppata da noradium, e la sua funzione principale è "New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione onsen-ex
Scarica i file di estensione onsen-ex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。 https://chrome.google.com/webstore/detail/kakenagashi/fogobdipdmhcpljjjhjaldnkgfjdekon?hl=ja 音泉(www.onsen.ag)に機能を追加する Chrome 拡張です。 # features * 番組お気に入り * 番組再生中に右に表示される番組情報の中にお気に入りボタンを追加 * 番組一覧にお気に入りボタン追加(リスト表示には対応してません) * 左のカテゴリ欄にお気に入り番組タブを追加 * 声優お気に入り * 番組再生中に右に表示される番組情報の中のパーソナリティから声優をお気に入り登録できる機能追加 * 番組一覧にお気に入りボタン追加(リスト表示には対応してません) * 左のカテゴリ欄にお気に入り声優タブを追加 * 視聴済み表示 * 一度でも再生した番組は「視聴済」ラベルを表示 * Flash 無効状態でも HTMLVideoElement で再生 * 再生に失敗すると自動で Flash にフォールバックします # 以下のリポジトリで開発しています * https://github.com/noradium/onsen-ex
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hdjhpekfkgdgbngpidplkncmgddijaml |
URL Ufficiale | https://chrome.google.com/webstore/detail/onsen-ex/hdjhpekfkgdgbngpidplkncmgddijaml |
Descrizione | New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。… |
Dimensione del File | 270 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 1.5.2 |
Ultimo Aggiornamento | 2017-10-21 |
Data di Pubblicazione | 2017-10-21 |
Sviluppatore | noradium |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "onsen-ex", "version": "1.5.2", "content_scripts": [ { "matches": [ "http:\/\/www.onsen.ag\/*" ], "css": [ "styles\/index.css" ], "js": [ "scripts\/onsen-ex.js" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ "scripts\/html5ize.js" ] } |