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란 무엇입니까?

FA Favs은(는) quizzical에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…"입니다.

확장 프로그램 스크린샷

screenshot

FA Favs 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FA Favs FA Favs
ID kpdffbmbifjbpgenkbljchgnnjanahij
공식 URL https://chromewebstore.google.com/detail/fa-favs/kpdffbmbifjbpgenkbljchgnnjanahij
설명 FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…
파일 크기 78.55 KB
설치 횟수 52
현재 버전 0.0.3
최근 업데이트 2021-03-16
출시 날짜 2021-03-15
개발자 quizzical
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/quizzl/fa-favs
도움말 페이지 URL https://github.com/quizzl/fa-favs
지원되는 언어 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"
            }
        }
    }
}