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…
Qu'est-ce que FA Favs ?
FA Favs est une extension Chrome développée par quizzical, et sa fonction principale est "FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FA Favs
Téléchargez les fichiers d'extension FA Favs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | FA Favs |
ID | kpdffbmbifjbpgenkbljchgnnjanahij |
URL Officiel | https://chromewebstore.google.com/detail/fa-favs/kpdffbmbifjbpgenkbljchgnnjanahij |
Description | FA Favs is an open-source extension for Chrome and Firefox that allows you to subscribe to the favorites of FurAffinity users. This… |
Taille du Fichier | 78.55 KB |
Nombre d'Installations | 52 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-03-16 |
Date de Publication | 2021-03-15 |
Développeur | quizzical |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/quizzl/fa-favs |
URL de la Page d'Aide | https://github.com/quizzl/fa-favs |
Langues Prises en Charge | 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" } } } } |