FS.TO

FS.TO save label on episode of season

FS.TO là gì?

FS.TO là một tiện ích mở rộng Chrome được phát triển bởi Andrew Shakh, và tính năng chính của nó là "FS.TO save label on episode of season".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FS.TO

Tải xuống các tệp mở rộng FS.TO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FS.TO FS.TO
ID nankkppjmngppfahehpikfagehlfoecc
URL Chính Thức https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc
Mô tả FS.TO save label on episode of season
Kích Thước Tệp 54.74 KB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2016-07-02
Ngày Phát Hành 2016-07-02
Đánh Giá 4.57/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Andrew Shakh
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}