Series.ly points hack
Use series.ly without the points restriction
ما هو Series.ly points hack؟
Series.ly points hack هو إضافة Chrome تم تطويرها بواسطة https://www.technozombies.net، والميزة الرئيسية لها هي "Use series.ly without the points restriction".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Series.ly points hack
قم بتنزيل ملفات الامتداد Series.ly points hack بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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\/*"
]
}
]
} | |