Hot Pink spotify
hot pink spotify a new way of looking at spotify
什么是Hot Pink spotify?
Hot Pink spotify是由Alteredream开发的Chrome扩展程序,该扩展的主要功能是“hot pink spotify a new way of looking at spotify”。
扩展截图
下载Hot Pink spotify扩展crx文件
下载Hot Pink spotify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
makes spotify look hot pink and welcoms you to spotify 扩展基本信息
| 名称 | |
| ID | dhhdieigjdnfcekhbakmkefmeibldgob |
| 官方URL | https://chromewebstore.google.com/detail/hot-pink-spotify/dhhdieigjdnfcekhbakmkefmeibldgob |
| 简介 | hot pink spotify a new way of looking at spotify |
| 文件大小 | 48.3 KB |
| 安装次数 | 224 |
| 当前版本 | 1.4.0 |
| 更新时间 | 2023-10-12 |
| 上架时间 | 2023-10-12 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Alteredream |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://nweaver395.wixsite.com/privacypolicy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Hot Pink spotify",
"permissions": [
"storage"
],
"optional_host_permissions": [
"https:\/\/open.spotify.com\/"
],
"description": "hot pink spotify a new way of looking at spotify",
"version": "1.4.0",
"content_scripts": [
{
"matches": [
"https:\/\/open.spotify.com\/*"
],
"js": [
"Content.js"
],
"css": [
"main.css"
]
}
],
"icons": {
"16": "16Hot_Pink_spotify.png",
"32": "32Hot_Pink_spotify.png",
"48": "48Hot_Pink_spotify.png",
"128": "128Hot_Pink_spotify.png"
}
} | |