Series.ly points hack
Use series.ly without the points restriction
什么是Series.ly points hack?
Series.ly points hack是由https://www.technozombies.net开发的Chrome扩展程序,该扩展的主要功能是“Use series.ly without the points restriction”。
扩展截图
下载Series.ly points hack扩展crx文件
下载Series.ly points hack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Series.ly points hack |
ID | koapjbofnpngpfadlnpdlacilcbgblnc |
官方URL | https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc |
简介 | Use series.ly without the points restriction |
文件大小 | 63.02 KB |
安装次数 | 77 |
当前版本 | 1 |
更新时间 | 2014-05-22 |
上架时间 | 2014-05-22 |
评分 | 3.82/5 共17次评分 |
开发者 | https://www.technozombies.net |
付费类型 | free |
扩展官网 | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
帮助页面URL | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
支持的语言 | 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\/*" ] } ] } |