Furry Network Notifier

A notifier for Furry Network messages.

Τι είναι το Furry Network Notifier;

Το Furry Network Notifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον CodeFox, και η κύρια λειτουργία του είναι "A notifier for Furry Network messages.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Furry Network Notifier

Λήψη αρχείων επέκτασης Furry Network Notifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Displays the number of Furry Network notifications the user has.
Also allows the user to choose what they want to be notified about.



CodeFox is not affiliated with Furry Network.


Changes in 2.1.1:
- Login page now uses the FurryNetwork site itself (for the new reCaptcha)
Changes in 2.0.4:
- FurryNetwork api is no longer in beta
Changes in 2.0.3:
- Loads notifications in the background while popup is open
- Re-added link to notifications page
Changes in 2.0.2:
- Handles token refresh failures better and lets users log back in.
Changes in 2.0.1:
- Updated to use the new Inbox page and api, no longer uses iffy page scraping
- Rewritten to be less of a mess
Changes in 1.8.10:
- Changed the API endpoint used to fetch new submissions to /activity//history, which seems to be more consistent
- Bugfixes
Changes in 1.8.9:
- Fixed to work with the new result format from the notification API                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Furry Network Notifier Furry Network Notifier
ID pjbnjbfekmkpmboieldpifeiacahpcec
Επίσημο URL https://chromewebstore.google.com/detail/furry-network-notifier/pjbnjbfekmkpmboieldpifeiacahpcec
Περιγραφή A notifier for Furry Network messages.
Μέγεθος Αρχείου 88.14 KB
Αριθμός Εγκαταστάσεων 165
Τρέχουσα Έκδοση 2.1.2
Τελευταία Ενημέρωση 2019-09-13
Ημερομηνία Δημοσίευσης 2019-09-12
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής CodeFox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/codefox/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/fn_gray_128.png",
        "default_popup": "popup.html"
    },
    "description": "A notifier for Furry Network messages.",
    "icons": {
        "128": "img\/fn_128.png",
        "19": "img\/fn_19.png",
        "48": "img\/fn_48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "name": "Furry Network Notifier",
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "background",
        "notifications",
        "*:\/\/beta.furrynetwork.com\/",
        "*:\/\/furrynetwork.com\/"
    ],
    "short_name": "FN Notifier",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1.2"
}