Pipocas.TV

Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!

Co to jest Pipocas.TV?

Pipocas.TV to rozszerzenie Chrome opracowane przez Bruno Gonçalves, a jego główną funkcją jest „Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Pipocas.TV

Pobierz pliki rozszerzeń Pipocas.TV w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        http://pipocas.tv/
-------------------------------------------

Principais características:

- pesquisa por release
- possibilidade de escolher a língua da pesquisa
- acesso aos principais menus do site
- acesso ao facebook Pipocas.tv
- acesso à Shoutbox presente no site
- lista das últimas legendas que sairam
- lista das últimas legendas em destaque
- pesquisar legenda a partir do texto seleccionado

Encontre rapidamente a legenda ou legendas em http://pipocas.tv/.
É necessário registo para fazer downloads.

--

Find rapidly subtitle or subtitles from http://pipocas.tv/.
Registration needed for the downloads.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pipocas.TV Pipocas.TV
ID damihpeccilfljkccihpjkjmkmlnpkfh
Oficjalny URL https://chrome.google.com/webstore/detail/pipocastv/damihpeccilfljkccihpjkjmkmlnpkfh
Opis Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!
Rozmiar pliku 197 KB
Liczba instalacji 169
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-06-25
Data Publikacji 2019-06-25
Ocena 3.17/5 Łącznie 6 Oceny
Deweloper Bruno Gonçalves
Typ Płatności free
Strona Rozszerzenia http://pipocas.tv/
Obsługiwane Języki pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pipocas.TV",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Pipocas.TV - Site de Legendas em Portugu\u00eas para filmes, series tv e document\u00e1rios!",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/pipocas.tv\/index.php\/*",
        "http:\/\/pipocas.tv\/index.php\/shout.php"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}