Funimation Streaming

A Funimation Streaming Addon

Was ist Funimation Streaming?

Funimation Streaming ist eine Chrome-Erweiterung, die von reaver.celty entwickelt wurde, und ihr Hauptmerkmal ist "A Funimation Streaming Addon".

Erweiterungsscreenshots

screenshot
screenshot

Funimation Streaming-Erweiterungs-CRX-Datei herunterladen

Laden Sie Funimation Streaming-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Funimation Streaming Funimation Streaming
ID abdhmkeccbnobbpdmfkfjlmlgbmbmhja
Offizielle URL https://chromewebstore.google.com/detail/funimation-streaming/abdhmkeccbnobbpdmfkfjlmlgbmbmhja
Beschreibung A Funimation Streaming Addon
Dateigröße 171 KB
Installationsanzahl 1,064
Aktuelle Version 1.5
Letztes Update 2015-10-11
Veröffentlichungsdatum 2015-10-10
Bewertung 3.86/5 Insgesamt 14 Bewertungen
Entwickler reaver.celty
Zahlungsart free
Unterstützte Sprachen 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"
    }
}