Pipocas.TV

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

Pipocas.TV là gì?

Pipocas.TV là một tiện ích mở rộng Chrome được phát triển bởi Bruno Gonçalves, và tính năng chính của nó là "Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!".

Ả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 Pipocas.TV

Tải xuống các tệp mở rộng Pipocas.TV 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

                        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.                    

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

Tên Pipocas.TV Pipocas.TV
ID damihpeccilfljkccihpjkjmkmlnpkfh
URL Chính Thức https://chrome.google.com/webstore/detail/pipocastv/damihpeccilfljkccihpjkjmkmlnpkfh
Mô tả Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!
Kích Thước Tệp 197 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-06-25
Ngày Phát Hành 2019-06-25
Đánh Giá 3.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Bruno Gonçalves
Loại Thanh Toán free
Trang Web Mở Rộng http://pipocas.tv/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}