SoundCloud DeepDark
SoundCloud Dark Theme
什麼是SoundCloud DeepDark?
SoundCloud DeepDark是由motive開發的Chrome擴展程式,該擴展的主要功能是“SoundCloud Dark Theme”。
擴展截圖
下載SoundCloud DeepDark擴展crx文件
下載SoundCloud DeepDark擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Google Chrome extension for SOUNDCLOUD The extension adds a dark theme to the soundcloud, not provided by the developers of the project. Save eyes at night and allows the site to look aesthetically pleasing. The product is open source, you can find the code at https://github.com/sx-motive/soundcloud-deepdark Report an error or ask a question to the author Software / frontend developer - Denis Kunitsyn - https://t.me/sxmotive
擴展基本資訊
名稱 | SoundCloud DeepDark |
ID | edooflagimepjnndabmcdlahbfpagjcl |
官方網址 | https://chromewebstore.google.com/detail/soundcloud-deepdark/edooflagimepjnndabmcdlahbfpagjcl |
簡介 | SoundCloud Dark Theme |
檔案大小 | 14.48 KB |
安裝次數 | 385 |
目前版本 | 1.0.1 |
更新時間 | 2021-11-06 |
上架時間 | 2021-11-06 |
評分 | 3.75/5 共 4 次評分 |
開發者 | motive |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/sx-motive/soundcloud-deepdark |
說明頁面URL | https://github.com/sx-motive/soundcloud-deepdark |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoundCloud DeepDark", "description": "SoundCloud Dark Theme", "version": "1.0.1", "permissions": [], "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "background.js" ], "run_at": "document_start" } ], "browser_action": { "default_title": "SoundCloud DeepDark", "default_icon": "logo.png" }, "manifest_version": 2, "web_accessible_resources": [ "dark.css" ] } |