Legendas-Zone

Legendas é connosco, melhor site de Legendas!

Что такое Legendas-Zone?

Legendas-Zone - это расширение Chrome, разработанное Bruno Gonçalves, и его основная функция - "Legendas é connosco, melhor site de Legendas!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Legendas-Zone

Скачайте файлы расширений Legendas-Zone в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        http://www.legendas-zone.org
-------------------------------------------

Principais características:

- pesquisa por título, release ou link imdb
- possibilidade de escolher a língua da pesquisa
- acesso aos principais menus do site
- acesso ao facebook Legendas-Zone
- 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://www.legendas-zone.org.
É necessário registo para fazer downloads.

--

Find rapidly subtitle or subtitles from http://www.legendas-zone.org.
Registration needed for the downloads.                    

Основная информация о расширении

Название Legendas-Zone Legendas-Zone
ID okecekiklclemkhlhijomgefibknmoil
Официальный URL https://chrome.google.com/webstore/detail/legendas-zone/okecekiklclemkhlhijomgefibknmoil
Описание Legendas é connosco, melhor site de Legendas!
Размер файла 109 KB
Количество установок 457
Текущая Версия 2.6
Последнее Обновление 2013-08-20
Дата публикации 2013-08-20
Рейтинг 3.80/5 Всего 5 оценок
Разработчик Bruno Gonçalves
Тип оплаты free
Официальный сайт расширения http://www.legendas-zone.org
Поддерживаемые языки pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Legendas-Zone",
    "version": "2.6",
    "manifest_version": 2,
    "description": "Legendas \u00e9 connosco, melhor site de Legendas!",
    "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:\/\/www.legendas-zone.org\/*",
        "http:\/\/www.legendas-zone.org\/ultimas_leg.php"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}