Stream Series

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

O que é Stream Series?

Stream Series é uma extensão do Chrome desenvolvida por VC, e sua principal característica é "The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Stream Series

Baixe arquivos de extensão Stream Series no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Stream Series Stream Series
ID cdagmkghogpcneieahjlcbnfipgeafch
URL Oficial https://chrome.google.com/webstore/detail/stream-series/cdagmkghogpcneieahjlcbnfipgeafch
Descrição The best, Ad Free, way to watch TV Series online. All you have to do is just search and play.
Tamanho do Arquivo 4.93 MB
Contagem de Instalações 10,000
Versão Atual 18.10.08.3
Última Atualização 2018-10-08
Data de Publicação 2018-10-08
Classificação 3.90/5 Total de 275 Avaliações
Desenvolvedor VC
Tipo de Pagamento free
Idiomas Suportados 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'"
}