Series.ly points hack

Use series.ly without the points restriction

Wat is Series.ly points hack?

Series.ly points hack is een Chrome-extensie ontwikkeld door https://www.technozombies.net, en de belangrijkste functie is "Use series.ly without the points restriction".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Series.ly points hack

Download Series.ly points hack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Series.ly points hack Series.ly points hack
ID koapjbofnpngpfadlnpdlacilcbgblnc
Officiële URL https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc
Beschrijving Use series.ly without the points restriction
Bestandsgrootte 63.02 KB
Aantal Installaties 77
Huidige Versie 1
Laatst Bijgewerkt 2014-05-22
Publicatiedatum 2014-05-22
Beoordeling 3.82/5 Totaal 17 Beoordelingen
Ontwikkelaar https://www.technozombies.net
Betalingswijze free
Extensiewebsite http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html
Help Pagina-URL http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}