WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouTube Music Playlist Recovery

YouTube Music Playlist Recovery

View on Chrome Web Store
View YouTube Music Playlist Recovery Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

CSV 파일을 업로드하여 YouTube Music에서 자동으로 좋아요를 누르는 확장프로그램
Type
Extension
Users
3 users
1
hosot309
View author page of hosot309
Published
Published on July 25, 2025
Version 1.0
Manifest version
3
Updated
Updated on July 25, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View YouTube Music Playlist Recovery Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Music Playlist Recovery",
    "version": "1.0",
    "description": "CSV \ud30c\uc77c\uc744 \uc5c5\ub85c\ub4dc\ud558\uc5ec YouTube Music\uc5d0\uc11c \uc790\ub3d9\uc73c\ub85c \uc88b\uc544\uc694\ub97c \ub204\ub974\ub294 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/music.youtube.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "author": "x_b_ro",
    "action": {
        "default_popup": "popup.html",
        "default_title": "YouTube Music Recovery",
        "default_area": {
            "width": 450,
            "height": 650
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style.css"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top