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開發的Chrome擴展程式,該擴展的主要功能是“Keep only the music of Youtube: hides all videos, all images, yeah!”。
擴展截圖
下載Music Only for Youtube擴展crx文件
下載Music Only for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A must-have for WORK! Hide the videos and keep only the sound of Youtube!
擴展基本資訊
名稱 | Music Only for Youtube |
ID | mcaikbdablblhjhgpnbknbkbegogbhlm |
官方網址 | 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" ] } |