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…
Co je FA Favs?
FA Favs je rozšíření Chrome vyvinuté quizzical, a jeho hlavní funkcí je „FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření FA Favs
Stáhněte si soubory rozšíření FA Favs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | FA Favs |
ID | kpdffbmbifjbpgenkbljchgnnjanahij |
Oficiální URL | https://chromewebstore.google.com/detail/fa-favs/kpdffbmbifjbpgenkbljchgnnjanahij |
Popis | FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This… |
Velikost souboru | 78.55 KB |
Počet instalací | 52 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2021-03-16 |
Datum Vydání | 2021-03-15 |
Vývojář | quizzical |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/quizzl/fa-favs |
URL Stránky Nápovědy | https://github.com/quizzl/fa-favs |
Podporované Jazyky | 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" } } } } |