Pipocas.TV
Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!
Что такое Pipocas.TV?
Pipocas.TV - это расширение Chrome, разработанное Bruno Gonçalves, и его основная функция - "Pipocas.TV - Site de Legendas em Português para filmes, series tv e documentários!".
Снимки экрана расширения
Скачать файл CRX расширения Pipocas.TV
Скачайте файлы расширений Pipocas.TV в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
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 } } |