FA Notes Notifier

Sends you a notification whenever you get a new note on FA.

FA Notes Notifierとは何ですか?

FA Notes NotifierはNerdyRedPandaによって開発されたChromeの拡張機能で、その主な機能は「Sends you a notification whenever you get a new note on FA.」です。

拡張機能のスクリーンショット

screenshot
screenshot

FA Notes Notifier拡張機能のCRXファイルをダウンロード

FA Notes Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FA Notes Notifier FA Notes Notifier
ID jnopajjjgbhbdlbnoefacpmhcmehkigf
公式URL https://chromewebstore.google.com/detail/fa-notes-notifier/jnopajjjgbhbdlbnoefacpmhcmehkigf
説明 Sends you a notification whenever you get a new note on FA.
ファイルサイズ 18.95 KB
インストール数 40
現在のバージョン 1.2
最終更新日 2020-02-02
公開日 2020-02-02
評価 5.00/5 合計 1 レビュー
開発者 NerdyRedPanda
Eメール [email protected]
支払い方法 free
対応言語 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"
        ]
    }
}