Lyrics Mania

Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!

Lyrics Mania là gì?

Lyrics Mania là một tiện ích mở rộng Chrome được phát triển bởi http://www.lyricsmania.com, và tính năng chính của nó là "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lyrics Mania

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

                        Automatically looks up for lyrics when typing on address bar: get an instant notification and read lyrics instantly                    

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

Tên Lyrics Mania Lyrics Mania
ID fglpgaacgicodklnelblckodbndhdinb
URL Chính Thức https://chrome.google.com/webstore/detail/lyrics-mania/fglpgaacgicodklnelblckodbndhdinb
Mô tả Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!
Kích Thước Tệp 388 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2016-07-21
Ngày Phát Hành 2016-07-21
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://www.lyricsmania.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lyrics Mania",
    "description": "Get millions of lyrics instantly: automatically looks up for lyrics when typing on address bar!",
    "manifest_version": 2,
    "version": "1.1",
    "background": {
        "scripts": [
            "notification.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "webNavigation",
        "tabs"
    ]
}