FA Notes Notifier
Sends you a notification whenever you get a new note on FA.
Qu'est-ce que FA Notes Notifier ?
FA Notes Notifier est une extension Chrome développée par NerdyRedPanda, et sa fonction principale est "Sends you a notification whenever you get a new note on FA.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FA Notes Notifier
Téléchargez les fichiers d'extension FA Notes Notifier 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
Must be using the most recent FA design. This extension can notify you when you get a new note on FA. No setup needed! It works in the background to notify you :) Source code is located here: https://github.com/NerdyRedPanda/FA-Notes-Notifier Permissions breakdown: Read and Change Data - Gets notes from FA, and profile pictures Display Notifications: To display the note notification.
Informations de Base sur l'Extension
Nom | FA Notes Notifier |
ID | jnopajjjgbhbdlbnoefacpmhcmehkigf |
URL Officiel | https://chromewebstore.google.com/detail/fa-notes-notifier/jnopajjjgbhbdlbnoefacpmhcmehkigf |
Description | Sends you a notification whenever you get a new note on FA. |
Taille du Fichier | 18.95 KB |
Nombre d'Installations | 40 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-02-02 |
Date de Publication | 2020-02-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | NerdyRedPanda |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FA Notes Notifier", "description": "Sends you a notification whenever you get a new note on FA.", "version": "1.2", "browser_action": { "default_icon": "icon16.png", "default_popup": "settings.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.furaffinity.net\/*", "storage", "notifications", "*:\/\/*.facdn.net\/*", "alarms" ], "background": { "scripts": [ "browser-polyfill-min.js", "getNotes.js" ] } } |