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 с друзьями, чтобы легко установить расширения 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\/*"
]
}
]
} | |