Series.ly points hack
Use series.ly without the points restriction
Co to jest Series.ly points hack?
Series.ly points hack to rozszerzenie Chrome opracowane przez https://www.technozombies.net, a jego główną funkcją jest „Use series.ly without the points restriction”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Series.ly points hack
Pobierz pliki rozszerzeń Series.ly points hack 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
Con esta simple extensión, olvídate de los puntos en series.ly y disfruta de todas las peliculas y series sin los molestos segundos de espera.
Podstawowe informacje o rozszerzeniu
Nazwa | Series.ly points hack |
ID | koapjbofnpngpfadlnpdlacilcbgblnc |
Oficjalny URL | https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc |
Opis | Use series.ly without the points restriction |
Rozmiar pliku | 63.02 KB |
Liczba instalacji | 77 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2014-05-22 |
Data Publikacji | 2014-05-22 |
Ocena | 3.82/5 Łącznie 17 Oceny |
Deweloper | https://www.technozombies.net |
Typ Płatności | free |
Strona Rozszerzenia | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
Adres URL Strony Pomocy | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
Obsługiwane Języki | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Series.ly points hack", "version": "1", "manifest_version": 2, "description": "Use series.ly without the points restriction", "browser_action": { "name": "Series.ly points hack", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_icon": "icon128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "hack.js" ], "matches": [ "http:\/\/series.ly\/*", "https:\/\/series.ly\/*" ] } ] } |