lazy_yandex_music_developers

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

什麼是lazy_yandex_music_developers?

lazy_yandex_music_developers是由meikuam開發的Chrome擴展程式,該擴展的主要功能是“Tool for sort and delete duplicates in music.yandex.ru playlists.”。

擴展截圖

screenshot

下載lazy_yandex_music_developers擴展crx文件

下載lazy_yandex_music_developers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 lazy_yandex_music_developers lazy_yandex_music_developers
ID jgjbkbfgimonbbgbcinofcahnjlnicff
官方網址 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"
    }
}