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…”。
擴展截圖
下載FA Favs擴展crx文件
下載FA Favs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | kpdffbmbifjbpgenkbljchgnnjanahij |
官方網址 | 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" } } } } |