Music Only for Youtube

Keep only the music of Youtube: hides all videos, all images, yeah!

Music Only for Youtube क्या है?

Music Only for Youtube HamsterApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep only the music of Youtube: hides all videos, all images, yeah!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Music Only for Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A must-have for WORK!
Hide the videos and keep only the sound of Youtube!                    

एक्सटेंशन की मूल जानकारी

नाम Music Only for Youtube Music Only for Youtube
ID mcaikbdablblhjhgpnbknbkbegogbhlm
आधिकारिक URL https://chromewebstore.google.com/detail/music-only-for-youtube/mcaikbdablblhjhgpnbknbkbegogbhlm
विवरण Keep only the music of Youtube: hides all videos, all images, yeah!
फ़ाइल का आकार 85.09 KB
स्थापना संख्या 2,430
वर्तमान संस्करण 0.2
अंतिम अपडेट 2022-07-19
प्रकाशन तिथि 2022-07-18
रेटिंग 4.05/5 कुल 20 रेटिंग्स
डेवलपर HamsterApps
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rapha\u00ebl L\u00e9ger",
    "browser_action": {
        "default_icon": "icon-on.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Keep only the music of Youtube: hides all videos, all images, yeah!",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "manifest_version": 2,
    "name": "Music Only for Youtube",
    "permissions": [
        "activeTab"
    ],
    "version": "0.2",
    "web_accessible_resources": [
        "js\/script.js"
    ]
}