Funimation Streaming
A Funimation Streaming Addon
Funimation Streamingとは何ですか?
Funimation Streamingはreaver.celtyによって開発されたChromeの拡張機能で、その主な機能は「A Funimation Streaming Addon」です。
拡張機能のスクリーンショット
Funimation Streaming拡張機能のCRXファイルをダウンロード
Funimation Streaming拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Funimation's site is really, really bad. So I made this extension to index all the shows and take you to them quickly, including a quick search mechanism. This way you can avoid digging around their site and paginated display just to pick up where you left off on a show.
Main Features:
-View and jump to all available shows for streaming through Funimation
-View all simulcast titles available this season easily
-Search both available lists
Coming Soon:
-My Shows tab to mark what you're currently watching
Future Plans:
-Release Schedules, current and upcoming seasons shows
-Support for both Funimation & CrunchyRoll
-MAL\Hummingbird support
-Account "Integration" for both the above
This is not officially affiliated with Funimation.
** Update 1.5 **
Updated for Fall 2015
** Update 1.4 **
New GUI from @MusicalBigFoot. Fixed simulcast ordering, duplicates issue. Cleaned up codebase a bit.
** Update 1.3 **
New GUI, simulcast tab, better functionality.
** Update 1.2**
- Fixed missing simulcast shows
** Update 1.1**
- Fixed an issue with searches being case sensitive 拡張機能の基本情報
| 名前 | |
| ID | abdhmkeccbnobbpdmfkfjlmlgbmbmhja |
| 公式URL | https://chromewebstore.google.com/detail/funimation-streaming/abdhmkeccbnobbpdmfkfjlmlgbmbmhja |
| 説明 | A Funimation Streaming Addon |
| ファイルサイズ | 171 KB |
| インストール数 | 1,064 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2015-10-11 |
| 公開日 | 2015-10-10 |
| 評価 | 3.86/5 合計 14 レビュー |
| 開発者 | reaver.celty |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Funimation Streaming",
"version": "1.5",
"manifest_version": 2,
"description": "A Funimation Streaming Addon",
"icons": {
"128": "icon_128.png"
},
"background": {
"persistent": false,
"page": "background_funimation.html"
},
"permissions": [
"http:\/\/*.funimation.com\/"
],
"browser_action": {
"default_popup": "funimation.html"
}
} | |