FS.TO

FS.TO save label on episode of season

Hvad er FS.TO?

FS.TO er en Chrome-udvidelse udviklet af Andrew Shakh, og dens hovedfunktion er "FS.TO save label on episode of season".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download FS.TO-udvidelses-CRX-fil

Download FS.TO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn FS.TO FS.TO
ID nankkppjmngppfahehpikfagehlfoecc
Officiel URL https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc
Beskrivelse FS.TO save label on episode of season
Filstørrelse 54.74 KB
Antal Installationer 211
Nuværende Version 1.1.5
Senest Opdateret 2016-07-02
Udgivelsesdato 2016-07-02
Bedømmelse 4.57/5 Samlet 14 Bedømmelser
Udvikler Andrew Shakh
Betalingsmetode free
Understøttede Sprog 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"
    }
}