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
扩展基本信息
名称 | Funimation Streaming |
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" } } |