FS.TO
FS.TO save label on episode of season
Что такое FS.TO?
FS.TO - это расширение Chrome, разработанное Andrew Shakh, и его основная функция - "FS.TO save label on episode of season".
Снимки экрана расширения
Скачать файл CRX расширения FS.TO
Скачайте файлы расширений FS.TO в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The expansion allows:
- stores the number of the episode of the season where you left off
- displays it on the page of the series
- highlights saved serials on the main page list of new materials
- accelerates advertising before the film
- highlighting saved serials, if you didn't see them (the favorite) Основная информация о расширении
| Название | |
| ID | nankkppjmngppfahehpikfagehlfoecc |
| Официальный URL | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
| Описание | FS.TO save label on episode of season |
| Размер файла | 54.74 KB |
| Количество установок | 211 |
| Текущая Версия | 1.1.5 |
| Последнее Обновление | 2016-07-02 |
| Дата публикации | 2016-07-02 |
| Рейтинг | 4.57/5 Всего 14 оценок |
| Разработчик | Andrew Shakh |
| Тип оплаты | free |
| Поддерживаемые языки | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.1.5",
"manifest_version": 2,
"default_locale": "ru",
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/fs.to\/*",
"*:\/\/brb.to\/*",
"*:\/\/cxz.to\/*"
],
"js": [
"jquery.js",
"script.js"
],
"css": [
"style.css"
]
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
"save-icon.png",
"saved-icon.png"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |