Series.ly points hack
Use series.ly without the points restriction
Vad är Series.ly points hack?
Series.ly points hack är en Chrome-tillägg utvecklad av https://www.technozombies.net, och dess huvudfunktion är "Use series.ly without the points restriction".
Tilläggsskärmbilder
Ladda ner Series.ly points hack-förlängningens CRX-fil
Ladda ner Series.ly points hack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | koapjbofnpngpfadlnpdlacilcbgblnc |
| Officiell webbadress | https://chromewebstore.google.com/detail/seriesly-points-hack/koapjbofnpngpfadlnpdlacilcbgblnc |
| Beskrivning | Use series.ly without the points restriction |
| Filstorlek | 63.02 KB |
| Antal Installationer | 77 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2014-05-22 |
| Publiceringsdatum | 2014-05-22 |
| Betyg | 3.82/5 Totalt 17 Betyg |
| Utvecklare | https://www.technozombies.net |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
| Hjälpsida URL | http://www.technozombies.net/2014/05/seriesly-sin-los-molestos-puntos.html |
| Stödda Språk | 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\/*"
]
}
]
} | |