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. 擴展基本資訊
| 名稱 | |
| ID | koapjbofnpngpfadlnpdlacilcbgblnc |
| 官方網址 | 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\/*"
]
}
]
} | |