FS.TO
FS.TO save label on episode of season
What is FS.TO?
FS.TO is a Chrome extension developed by Andrew Shakh, and its main feature is "FS.TO save label on episode of season".
Extension Screenshots
Download FS.TO Extension CRX File
Download FS.TO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | FS.TO |
ID | nankkppjmngppfahehpikfagehlfoecc |
Official URL | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
Description | FS.TO save label on episode of season |
File Size | 54.74 KB |
Installation Count | 211 |
Current Version | 1.1.5 |
Last Updated | 2016-07-02 |
Publish Date | 2016-07-02 |
Rating | 4.57/5 Total 14 Ratings |
Developer | Andrew Shakh |
Payment Type | free |
Supported Languages | 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" } } |