Hot Pink spotify
hot pink spotify a new way of looking at spotify
What is Hot Pink spotify?
Hot Pink spotify is a Chrome extension developed by Alteredream, and its main feature is "hot pink spotify a new way of looking at spotify".
Extension Screenshots
Download Hot Pink spotify Extension CRX File
Download Hot Pink spotify extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
makes spotify look hot pink and welcoms you to spotify
Extension Basic Information
Name | Hot Pink spotify |
ID | dhhdieigjdnfcekhbakmkefmeibldgob |
Official URL | https://chromewebstore.google.com/detail/hot-pink-spotify/dhhdieigjdnfcekhbakmkefmeibldgob |
Description | hot pink spotify a new way of looking at spotify |
File Size | 48.3 KB |
Installation Count | 224 |
Current Version | 1.4.0 |
Last Updated | 2023-10-12 |
Publish Date | 2023-10-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Alteredream |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://nweaver395.wixsite.com/privacypolicy |
Supported Languages | 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" } } |