Series.ly points hack

Use series.ly without the points restriction

What is Series.ly points hack?

Series.ly points hack is a Chrome extension developed by https://www.technozombies.net, and its main feature is "Use series.ly without the points restriction".

Extension Screenshots

screenshot

Download Series.ly points hack Extension CRX File

Download Series.ly points hack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Series.ly points hack Series.ly points hack
ID koapjbofnpngpfadlnpdlacilcbgblnc
Official URL https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc
Description Use series.ly without the points restriction
File Size 63.02 KB
Installation Count 77
Current Version 1
Last Updated 2014-05-22
Publish Date 2014-05-22
Rating 3.82/5 Total 17 Ratings
Developer https://www.technozombies.net
Payment Type free
Extension Website http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html
Help Page URL http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html
Supported Languages 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\/*"
            ]
        }
    ]
}