Funimation Streaming

A Funimation Streaming Addon

Funimation Streaming क्या है?

Funimation Streaming reaver.celty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Funimation Streaming Addon"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Funimation Streaming एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}