Funimation Streaming

A Funimation Streaming Addon

Funimation Streaming란 무엇입니까?

Funimation Streaming은(는) reaver.celty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Funimation Streaming Addon"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Funimation Streaming 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}