Sound Cloud Replay Button
Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Co to jest Sound Cloud Replay Button?
Sound Cloud Replay Button to rozszerzenie Chrome opracowane przez EyadFarra, a jego główną funkcją jest „Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sound Cloud Replay Button
Pobierz pliki rozszerzeń Sound Cloud Replay Button 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
Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud. Please support us at the following link, We accept donation. http://goo.gl/62SAMT
Podstawowe informacje o rozszerzeniu
Nazwa | Sound Cloud Replay Button |
ID | eibjgaihfimmonjpalhfmkjbbhonhmfe |
Oficjalny URL | https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe |
Opis | Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud |
Rozmiar pliku | 65.12 KB |
Liczba instalacji | 2,187 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-05-06 |
Data Publikacji | 2014-05-06 |
Ocena | 4.50/5 Łącznie 22 Oceny |
Deweloper | EyadFarra |
Typ Płatności | free |
Strona Rozszerzenia | https://facebook.com/eyafa |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sound Cloud Replay Button", "manifest_version": 2, "version": "1.0", "description": "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud", "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "js\/jquery-1.11.1.min.js", "main.js" ], "css": [ "css\/style.css" ] } ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" } } |