Series.ly points hack
Use series.ly without the points restriction
Cos'è Series.ly points hack?
Series.ly points hack è un'estensione di Chrome sviluppata da https://www.technozombies.net, e la sua funzione principale è "Use series.ly without the points restriction".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Series.ly points hack
Scarica i file di estensione Series.ly points hack 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
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | koapjbofnpngpfadlnpdlacilcbgblnc |
| URL Ufficiale | https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc |
| Descrizione | Use series.ly without the points restriction |
| Dimensione del File | 63.02 KB |
| Conteggio Installazioni | 77 |
| Versione Corrente | 1 |
| Ultimo Aggiornamento | 2014-05-22 |
| Data di Pubblicazione | 2014-05-22 |
| Valutazione | 3.82/5 Totale 17 Valutazioni |
| Sviluppatore | https://www.technozombies.net |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
| URL della Pagina di Aiuto | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
| Lingue Supportate | 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\/*"
]
}
]
} | |