Stream Series

The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.

Stream Series क्या है?

Stream Series VC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The best, Ad Free, way to watch TV Series online. All you have to do is just search and play."।

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

screenshot
screenshot

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

crx प्रारूप में Stream Series एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Stream Series Online

Looking to watch some TV series (Who isn’t?)
Tired of annoying ads ?!  (Who isn’t?)
Tired of looking for the next episode every time?!  (Who isn’t?)

Stream Series is here for you. 

Stream Series is searching the web for you, overcoming all the unnecessary human checking annoying pages, 
skips all the annoying ADS, and gives you just what you were looking for, to watch some TV.

https://www.facebook.com/streamseriesextension

Capabilities: 
- Search for TV series
- Add multiple episodes to the playlist
- Auto increment of the playlist

Upcoming features:
Chromecast support, Sync your watch on all your devices and many more.                    

एक्सटेंशन की मूल जानकारी

नाम Stream Series Stream Series
ID cdagmkghogpcneieahjlcbnfipgeafch
आधिकारिक URL https://chrome.google.com/webstore/detail/stream-series/cdagmkghogpcneieahjlcbnfipgeafch
विवरण The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.
फ़ाइल का आकार 4.93 MB
स्थापना संख्या 10,000
वर्तमान संस्करण 18.10.08.3
अंतिम अपडेट 2018-10-08
प्रकाशन तिथि 2018-10-08
रेटिंग 3.90/5 कुल 275 रेटिंग्स
डेवलपर VC
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stream Series",
    "description": "The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.",
    "version": "18.10.08.3",
    "icons": {
        "32": "\/static\/img\/s32.png",
        "64": "\/static\/img\/s64.png",
        "128": "\/static\/img\/s128.png",
        "256": "\/static\/img\/s256.png"
    },
    "permissions": [
        "",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Stream Series",
        "default_icon": "\/static\/img\/s32.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'"
}