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 |
| 公式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\/*"
]
}
]
} | |