Legendas-Zone

Legendas é connosco, melhor site de Legendas!

Legendas-Zone là gì?

Legendas-Zone 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à "Legendas é connosco, melhor site de Legendas!".

Ả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 Legendas-Zone

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

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

Tên Legendas-Zone Legendas-Zone
ID okecekiklclemkhlhijomgefibknmoil
URL Chính Thức https://chrome.google.com/webstore/detail/legendas-zone/okecekiklclemkhlhijomgefibknmoil
Mô tả Legendas é connosco, melhor site de Legendas!
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 457
Phiên Bản Hiện Tại 2.6
Cập Nhật Lần Cuối 2013-08-20
Ngày Phát Hành 2013-08-20
Đánh Giá 3.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Bruno Gonçalves
Loại Thanh Toán free
Trang Web Mở Rộng http://www.legendas-zone.org
Ngôn Ngữ Được Hỗ Trợ 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
    }
}