Record Reference for Discogs

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

ما هو Record Reference for Discogs؟

Record Reference for Discogs هو إضافة Chrome تم تطويرها بواسطة gc، والميزة الرئيسية لها هي "Creates a discogs information module for songs on youtube that have discogs urls.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Record Reference for Discogs

قم بتنزيل ملفات الامتداد Record Reference for Discogs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Record Reference for Discogs Record Reference for Discogs
ID njiogcdpikidadiobpdjhjppnibjklfa
عنوان URL الرسمي https://chrome.google.com/webstore/detail/record-reference-for-disc/njiogcdpikidadiobpdjhjppnibjklfa
الوصف Creates a discogs information module for songs on youtube that have discogs urls.
حجم الملف 155 KB
عدد التثبيتات 78
النسخة الحالية 0.9.2
آخر تحديث 2016-04-12
تاريخ النشر 2016-04-12
المطور gc
نوع الدفع free
اللغات المدعومة 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
}