FS.TO

FS.TO save label on episode of season

Qu'est-ce que FS.TO ?

FS.TO est une extension Chrome développée par Andrew Shakh, et sa fonction principale est "FS.TO save label on episode of season".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FS.TO

Téléchargez les fichiers d'extension FS.TO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom FS.TO FS.TO
ID nankkppjmngppfahehpikfagehlfoecc
URL Officiel https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc
Description FS.TO save label on episode of season
Taille du Fichier 54.74 KB
Nombre d'Installations 211
Version Actuelle 1.1.5
Dernière Mise à Jour 2016-07-02
Date de Publication 2016-07-02
Évaluation 4.57/5 Total 14 Évaluations
Développeur Andrew Shakh
Type de Paiement free
Langues Prises en Charge 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"
    }
}