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開發的Chrome擴展程式,該擴展的主要功能是“The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.”。

擴展截圖

screenshot
screenshot

下載Stream Series擴展crx文件

下載Stream Series擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}