FLEX – Favslist Expansion

Customize and expand your Favslist experience.

FLEX – Favslist Expansion là gì?

FLEX – Favslist Expansion là một tiện ích mở rộng Chrome được phát triển bởi WoodrowShigeru, và tính năng chính của nó là "Customize and expand your Favslist experience.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FLEX – Favslist Expansion

Tải xuống các tệp mở rộng FLEX – Favslist Expansion 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

                        www.favslist.com is a website about ranking, rating and reviewing your favorite things. Your favorite movies, TV shows, comic books, video games, songs, albums, music artists, bands, animals, cities, … the list goes on and on.

But it is fairly new, partially still in development or otherwise sub-optimal. Their small development team is busy with all sorts of implementation jobs and making the website grow with little new features in general. This is where I step in.

FLEX is a one-man endeavor to improve the browsing experience with this particular website. Ranging from bug fixes over usability enhancements to useful features that I came up with on my own, this extension tries to make life a little bit easier.                    

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

Tên FLEX – Favslist Expansion FLEX – Favslist Expansion
ID pdgkaaddlnkbibdlfkbgppimjahejlca
URL Chính Thức https://chromewebstore.google.com/detail/flex-%E2%80%93-favslist-expansion/pdgkaaddlnkbibdlfkbgppimjahejlca
Mô tả Customize and expand your Favslist experience.
Kích Thước Tệp 1.14 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.3.81
Cập Nhật Lần Cuối 2016-12-06
Ngày Phát Hành 2016-12-06
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển WoodrowShigeru
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/WoodrowShigeru/flex/
URL Trang Trợ Giúp https://github.com/WoodrowShigeru/flex/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FLEX \u2013 Favslist Expansion",
    "short_name": "flex",
    "description": "Customize and expand your Favslist experience.",
    "homepage_url": "https:\/\/github.com\/WoodrowShigeru\/flex",
    "version": "0.3.81",
    "author": "Woodrow Shigeru",
    "icons": {
        "256": "icons\/icon_256.png"
    },
    "background": {
        "scripts": [
            "js\/handle_woodbox.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/www.favslist.com\/*",
                "https:\/\/www.favslist.com\/*",
                "http:\/\/favslist.com\/*",
                "https:\/\/favslist.com\/*",
                "http:\/\/woody.favslist.com\/*",
                "https:\/\/woody.favslist.com\/*",
                "http:\/\/embed.favslist.com\/*",
                "https:\/\/embed.favslist.com\/*"
            ],
            "exclude_matches": [
                "http:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "https:\/\/*\/*.jpeg",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.png",
                "http:\/\/*\/*.gif",
                "https:\/\/*\/*.gif"
            ],
            "js": [
                "js\/jquery-1.11.0.js",
                "js\/jquery-modifications.js",
                "js\/jquery.cyntax.plugin.min.js",
                "js\/jquery.cyntax.timer.min.js",
                "js\/jquery-ui-1.10.4.custom.min.js",
                "includes\/modifyFavsland_forChrome.js",
                "includes\/modules.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/jquery.min.map",
        "img\/black-curtain-diag-stroke.png",
        "img\/logo-favsland.png",
        "img\/pause-play.png",
        "img\/my-loading-03b.gif"
    ]
}