FS.TO

FS.TO save label on episode of season

Apa itu FS.TO?

FS.TO adalah ekstensi Chrome yang dikembangkan oleh Andrew Shakh, dan fitur utamanya adalah "FS.TO save label on episode of season".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FS.TO

Unduh file ekstensi FS.TO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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)                    

Informasi Dasar Ekstensi

Nama FS.TO FS.TO
ID nankkppjmngppfahehpikfagehlfoecc
URL Resmi https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc
Deskripsi FS.TO save label on episode of season
Ukuran File 54.74 KB
Jumlah Instalasi 211
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2016-07-02
Tanggal Publikasi 2016-07-02
Penilaian 4.57/5 Total 14 Penilaian
Pengembang Andrew Shakh
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}