lazy_yandex_music_developers

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

What is lazy_yandex_music_developers?

lazy_yandex_music_developers is a Chrome extension developed by meikuam, and its main feature is "Tool for sort and delete duplicates in music.yandex.ru playlists.".

Extension Screenshots

screenshot

Download lazy_yandex_music_developers Extension CRX File

Download lazy_yandex_music_developers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name lazy_yandex_music_developers lazy_yandex_music_developers
ID jgjbkbfgimonbbgbcinofcahnjlnicff
Official URL https://chromewebstore.google.com/detail/lazyyandexmusicdevelopers/jgjbkbfgimonbbgbcinofcahnjlnicff
Description Tool for sort and delete duplicates in music.yandex.ru playlists.
File Size 550 KB
Installation Count 19
Current Version 1.1
Last Updated 2021-03-31
Publish Date 2019-09-03
Rating 5.00/5 Total 4 Ratings
Developer meikuam
Email [email protected]
Payment Type free
Extension Website https://github.com/meikuam/lazy_yandex_music_developers
Supported Languages 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"
    }
}