FA Favs

FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…

FA Favs là gì?

FA Favs là một tiện ích mở rộng Chrome được phát triển bởi quizzical, và tính năng chính của nó là "FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…".

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

screenshot

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

Tải xuống các tệp mở rộng FA Favs 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

                        FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This extension opens as a new tab and gently pulls favorites and thumbnails from a subscription list that you build on the extension's UI.

I consistently find many of my eventual favorite artists through the favorites of other users. FA seems to be designed for this kind of exploration, but not being able to subscribe to the favorites by themselves works against this otherwise excellent way to explore the content on the site.

See the source code at https://github.com/quizzl/fa-favs/tree/dev-chrome . Details about how this extension rate-limits itself and keeps your data personal untouched is also found in the GitHub README.                    

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

Tên FA Favs FA Favs
ID kpdffbmbifjbpgenkbljchgnnjanahij
URL Chính Thức https://chromewebstore.google.com/detail/fa-favs/kpdffbmbifjbpgenkbljchgnnjanahij
Mô tả FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…
Kích Thước Tệp 78.55 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2021-03-16
Ngày Phát Hành 2021-03-15
Nhà Phát Triển quizzical
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/quizzl/fa-favs
URL Trang Trợ Giúp https://github.com/quizzl/fa-favs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FA Favs",
    "version": "0.0.3",
    "permissions": [
        "*:\/\/*.furaffinity.net\/*",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_title": "FA Favs",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg\/tab.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+F"
            }
        }
    }
}