FS.TO
FS.TO save label on episode of season
Co to jest FS.TO?
FS.TO to rozszerzenie Chrome opracowane przez Andrew Shakh, a jego główną funkcją jest „FS.TO save label on episode of season”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia FS.TO
Pobierz pliki rozszerzeń FS.TO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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)
Podstawowe informacje o rozszerzeniu
Nazwa | FS.TO |
ID | nankkppjmngppfahehpikfagehlfoecc |
Oficjalny URL | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
Opis | FS.TO save label on episode of season |
Rozmiar pliku | 54.74 KB |
Liczba instalacji | 211 |
Aktualna Wersja | 1.1.5 |
Ostatnia Aktualizacja | 2016-07-02 |
Data Publikacji | 2016-07-02 |
Ocena | 4.57/5 Łącznie 14 Oceny |
Deweloper | Andrew Shakh |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |