Soundcloud Darker
Make Soundcloud look great again!
什麼是Soundcloud Darker?
Soundcloud Darker是由tim.wahrendorff開發的Chrome擴展程式,該擴展的主要功能是“Make Soundcloud look great again!”。
擴展截圖
下載Soundcloud Darker擴展crx文件
下載Soundcloud Darker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Dark Soundcloud Theme. The best one, actually...
Comes with a Full Width Mode, Low-resolution improvements, customizable Highlight Color and Ad removal. 擴展基本資訊
| 名稱 | |
| ID | hpeignghgkecbjepjeiglkkobolhebob |
| 官方網址 | https://chromewebstore.google.com/detail/soundcloud-darker/hpeignghgkecbjepjeiglkkobolhebob |
| 簡介 | Make Soundcloud look great again! |
| 檔案大小 | 44.47 KB |
| 安裝次數 | 625 |
| 目前版本 | 4.16 |
| 更新時間 | 2023-12-03 |
| 上架時間 | 2021-06-04 |
| 評分 | 5.00/5 共 16 次評分 |
| 開發者 | tim.wahrendorff |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Soundcloud Darker",
"description": "Make Soundcloud look great again!",
"version": "4.16",
"homepage_url": "https:\/\/scripts.9tw.de\/firefox-addons\/soundclouddarker",
"permissions": [],
"icons": {
"48": "icons\/icon-48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.soundcloud.com\/*"
],
"js": [
"scdarker.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_title": "Soundcloud Darker",
"default_icon": "icons\/moon-grey-24.png"
},
"manifest_version": 3,
"web_accessible_resources": []
} | |