Stream Series

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

Stream Series là gì?

Stream Series là một tiện ích mở rộng Chrome được phát triển bởi VC, và tính năng chính của nó là "The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stream Series

Tải xuống các tệp mở rộng Stream Series dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stream Series Stream Series
ID cdagmkghogpcneieahjlcbnfipgeafch
URL Chính Thức https://chrome.google.com/webstore/detail/stream-series/cdagmkghogpcneieahjlcbnfipgeafch
Mô tả The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.
Kích Thước Tệp 4.93 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 18.10.08.3
Cập Nhật Lần Cuối 2018-10-08
Ngày Phát Hành 2018-10-08
Đánh Giá 3.90/5 Tổng số 275 Đánh Giá
Nhà Phát Triển VC
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}