Repost-Toggle for Soundcloud
This extension allows you to toggle reposts in stream
Co to jest Repost-Toggle for Soundcloud?
Repost-Toggle for Soundcloud to rozszerzenie Chrome opracowane przez frederik.steffen, a jego główną funkcją jest „This extension allows you to toggle reposts in stream”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Repost-Toggle for Soundcloud
Pobierz pliki rozszerzeń Repost-Toggle for Soundcloud w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to toggle reposts in your soundcloud stream Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | amimeafgcnfidkeknebnfdblmmekifem |
| Oficjalny URL | https://chromewebstore.google.com/detail/repost-toggle-for-soundcl/amimeafgcnfidkeknebnfdblmmekifem |
| Opis | This extension allows you to toggle reposts in stream |
| Rozmiar pliku | 509 KB |
| Liczba instalacji | 1,302 |
| Aktualna Wersja | 2.3 |
| Ostatnia Aktualizacja | 2016-02-20 |
| Data Publikacji | 2016-02-20 |
| Ocena | 4.21/5 Łącznie 118 Oceny |
| Deweloper | frederik.steffen |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |