Series.ly points hack

Use series.ly without the points restriction

Series.ly points hack là gì?

Series.ly points hack là một tiện ích mở rộng Chrome được phát triển bởi https://www.technozombies.net, và tính năng chính của nó là "Use series.ly without the points restriction".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Series.ly points hack

Tải xuống các tệp mở rộng Series.ly points hack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Series.ly points hack Series.ly points hack
ID koapjbofnpngpfadlnpdlacilcbgblnc
URL Chính Thức https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc
Mô tả Use series.ly without the points restriction
Kích Thước Tệp 63.02 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2014-05-22
Ngày Phát Hành 2014-05-22
Đánh Giá 3.82/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://www.technozombies.net
Loại Thanh Toán free
Trang Web Mở Rộng http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html
URL Trang Trợ Giúp http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}