Pipocas.TV

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

Pipocas.TV란 무엇입니까?

Pipocas.TV은(는) Bruno Gonçalves에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pipocas.TV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Pipocas.TV Pipocas.TV
ID damihpeccilfljkccihpjkjmkmlnpkfh
공식 URL https://chrome.google.com/webstore/detail/pipocastv/damihpeccilfljkccihpjkjmkmlnpkfh
설명 Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!
파일 크기 197 KB
설치 횟수 169
현재 버전 1.2
최근 업데이트 2019-06-25
출시 날짜 2019-06-25
평점 3.17/5 총 6 개의 평점
개발자 Bruno Gonçalves
결제 유형 free
확장 프로그램 웹 사이트 http://pipocas.tv/
지원되는 언어 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
    }
}