FS.TO
FS.TO save label on episode of season
Wat is FS.TO?
FS.TO is een Chrome-extensie ontwikkeld door Andrew Shakh, en de belangrijkste functie is "FS.TO save label on episode of season".
Extensie Screenshots
Download het CRX-bestand van de extensie FS.TO
Download FS.TO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | FS.TO |
ID | nankkppjmngppfahehpikfagehlfoecc |
Officiële URL | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
Beschrijving | FS.TO save label on episode of season |
Bestandsgrootte | 54.74 KB |
Aantal Installaties | 211 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2016-07-02 |
Publicatiedatum | 2016-07-02 |
Beoordeling | 4.57/5 Totaal 14 Beoordelingen |
Ontwikkelaar | Andrew Shakh |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |