lazy_yandex_music_developers

Tool for sort and delete duplicates in music.yandex.ru playlists.

ما هو lazy_yandex_music_developers؟

lazy_yandex_music_developers هو إضافة Chrome تم تطويرها بواسطة meikuam، والميزة الرئيسية لها هي "Tool for sort and delete duplicates in music.yandex.ru playlists.".

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

screenshot

تحميل ملف CRX للإضافة lazy_yandex_music_developers

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

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

                        Tool for sort and delete duplicates in music.yandex.ru playlists.                    

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

الاسم lazy_yandex_music_developers lazy_yandex_music_developers
ID jgjbkbfgimonbbgbcinofcahnjlnicff
عنوان URL الرسمي https://chromewebstore.google.com/detail/lazyyandexmusicdevelopers/jgjbkbfgimonbbgbcinofcahnjlnicff
الوصف Tool for sort and delete duplicates in music.yandex.ru playlists.
حجم الملف 550 KB
عدد التثبيتات 19
النسخة الحالية 1.1
آخر تحديث 2021-03-31
تاريخ النشر 2019-09-03
تقييم 5.00/5 مجموع تقييمات 4
المطور meikuam
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/meikuam/lazy_yandex_music_developers
اللغات المدعومة ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "lazy_yandex_music_developers",
    "version": "1.1",
    "icons": {
        "128": "images\/ico.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/music.yandex.ru\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "injected.js"
    ],
    "browser_action": {
        "default_title": "lazy yandex music developers",
        "default_icon": "images\/ico.png",
        "default_popup": "popup.html"
    }
}