onsen-ex
New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。…
What is onsen-ex?
onsen-ex is a Chrome extension developed by noradium, and its main feature is "New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。…".
Extension Screenshots
Download onsen-ex Extension CRX File
Download onsen-ex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ![]() |
ID | hdjhpekfkgdgbngpidplkncmgddijaml |
Official URL | https://chrome.google.com/webstore/detail/onsen-ex/hdjhpekfkgdgbngpidplkncmgddijaml |
Description | New! アプリ版の機能を使える新拡張 Kakenagashi を公開しました。… |
File Size | 270 KB |
Installation Count | 90 |
Current Version | 1.5.2 |
Last Updated | 2017-10-21 |
Publish Date | 2017-10-21 |
Developer | noradium |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |