Furry Network Notifier

A notifier for Furry Network messages.

Furry Network Notifier란 무엇입니까?

Furry Network Notifier은(는) CodeFox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A notifier for Furry Network messages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Furry Network Notifier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}