Record Reference for Discogs

Creates a discogs information module for songs on youtube that have discogs urls.

Record Reference for Discogs là gì?

Record Reference for Discogs là một tiện ích mở rộng Chrome được phát triển bởi gc, và tính năng chính của nó là "Creates a discogs information module for songs on youtube that have discogs urls.".

Ả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 Record Reference for Discogs

Tải xuống các tệp mở rộng Record Reference for Discogs 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

                        Creates a discogs information module for songs on youtube that have discogs urls.                    

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

Tên Record Reference for Discogs Record Reference for Discogs
ID njiogcdpikidadiobpdjhjppnibjklfa
URL Chính Thức https://chrome.google.com/webstore/detail/record-reference-for-disc/njiogcdpikidadiobpdjhjppnibjklfa
Mô tả Creates a discogs information module for songs on youtube that have discogs urls.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 0.9.2
Cập Nhật Lần Cuối 2016-04-12
Ngày Phát Hành 2016-04-12
Nhà Phát Triển gc
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": "Record Reference for Discogs",
    "description": "Creates a discogs information module for songs on youtube that have discogs urls.",
    "version": "0.9.2",
    "icons": {
        "16": "icons\/_16.png",
        "48": "icons\/_48.png"
    },
    "background": {
        "persistent": true,
        "page": "bg.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/scripts\/axios.min.js",
                "scripts\/content-script.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_title": "Record Reference for Discogs"
    },
    "manifest_version": 2
}