FS.TO

FS.TO save label on episode of season

Cos'è FS.TO?

FS.TO è un'estensione di Chrome sviluppata da Andrew Shakh, e la sua funzione principale è "FS.TO save label on episode of season".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FS.TO

Scarica i file di estensione FS.TO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome FS.TO FS.TO
ID nankkppjmngppfahehpikfagehlfoecc
URL Ufficiale https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc
Descrizione FS.TO save label on episode of season
Dimensione del File 54.74 KB
Conteggio Installazioni 211
Versione Corrente 1.1.5
Ultimo Aggiornamento 2016-07-02
Data di Pubblicazione 2016-07-02
Valutazione 4.57/5 Totale 14 Valutazioni
Sviluppatore Andrew Shakh
Tipo di Pagamento free
Lingue Supportate 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"
    }
}