Repost-Toggle for Soundcloud
This extension allows you to toggle reposts in stream
What is Repost-Toggle for Soundcloud?
Repost-Toggle for Soundcloud is a Chrome extension developed by frederik.steffen, and its main feature is "This extension allows you to toggle reposts in stream".
Extension Screenshots
Download Repost-Toggle for Soundcloud Extension CRX File
Download Repost-Toggle for Soundcloud 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
This extension allows you to toggle reposts in your soundcloud stream
Extension Basic Information
Name | Repost-Toggle for Soundcloud |
ID | amimeafgcnfidkeknebnfdblmmekifem |
Official URL | https://chromewebstore.google.com/detail/repost-toggle-for-soundcl/amimeafgcnfidkeknebnfdblmmekifem |
Description | This extension allows you to toggle reposts in stream |
File Size | 509 KB |
Installation Count | 1,302 |
Current Version | 2.3 |
Last Updated | 2016-02-20 |
Publish Date | 2016-02-20 |
Rating | 4.21/5 Total 118 Ratings |
Developer | frederik.steffen |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repost-Toggle for Soundcloud", "short_name": "repost-toggle", "description": "This extension allows you to toggle reposts in stream", "version": "2.3", "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "jquery-2.1.4.min.js", "index.js" ], "css": [ "styles.css" ] } ], "permissions": [ "activeTab", "https:\/\/soundcloud.com\/*", "storage" ] } |