Repost-Toggle for Soundcloud
This extension allows you to toggle reposts in stream
Cos'è Repost-Toggle for Soundcloud?
Repost-Toggle for Soundcloud è un'estensione di Chrome sviluppata da frederik.steffen, e la sua funzione principale è "This extension allows you to toggle reposts in stream".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Repost-Toggle for Soundcloud
Scarica i file di estensione Repost-Toggle for Soundcloud in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension allows you to toggle reposts in your soundcloud stream
Informazioni di Base sull'Estensione
Nome | Repost-Toggle for Soundcloud |
ID | amimeafgcnfidkeknebnfdblmmekifem |
URL Ufficiale | https://chromewebstore.google.com/detail/repost-toggle-for-soundcl/amimeafgcnfidkeknebnfdblmmekifem |
Descrizione | This extension allows you to toggle reposts in stream |
Dimensione del File | 509 KB |
Conteggio Installazioni | 1,302 |
Versione Corrente | 2.3 |
Ultimo Aggiornamento | 2016-02-20 |
Data di Pubblicazione | 2016-02-20 |
Valutazione | 4.21/5 Totale 118 Valutazioni |
Sviluppatore | frederik.steffen |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |