巴哈通知·Plus

通知就在你身邊!

巴哈通知·Plus란 무엇입니까?

巴哈通知·Plus은(는) Yan You Li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "通知就在你身邊!"입니다.

확장 프로그램 스크린샷

screenshot

巴哈通知·Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        此插件為非官方插件
巴哈通知·Plus需要登入巴哈姆特才能使用
登入後可隨時隨地吃通知

插件功能
在Icon徽章上顯示新通知筆數
可跟巴哈網站各通知筆數做互動
可查看通知、訂閱、推薦、站內信
即時接收新通知筆數

版本更新說明
1.2.0 新增查看站內信功能,此版本可以停止這則通知,修改CSS和一些程式碼。
1.1.0 在彈出視窗分頁標題加上各新通知筆數,修改Icon筆數徽章跟彈出視窗和巴哈網站的互動。
1.0.0 巴哈通知·Plus 正式發表。                    

확장 프로그램 기본 정보

이름 巴哈通知·Plus 巴哈通知·Plus
ID mofofoogkpcjhbieapidkfaphoiomlgf
공식 URL https://chromewebstore.google.com/detail/%E5%B7%B4%E5%93%88%E9%80%9A%E7%9F%A5%C2%B7plus/mofofoogkpcjhbieapidkfaphoiomlgf
설명 通知就在你身邊!
파일 크기 140 KB
설치 횟수 43
현재 버전 1.2.2
최근 업데이트 2019-11-17
출시 날짜 2019-11-16
개발자 Yan You Li
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://home.gamer.com.tw/homeindex.php?owner=xu3u04u48
지원되는 언어 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5df4\u54c8\u901a\u77e5\u00b7Plus",
    "description": "\u901a\u77e5\u5c31\u5728\u4f60\u8eab\u908a!",
    "version": "1.2.2",
    "author": "Yan You Li",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_icon": {
            "48": "image\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.gamer.com.tw\/",
        "https:\/\/api.gamer.com.tw\/"
    ],
    "icons": {
        "48": "image\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "eventPage.js",
                "cookie.js"
            ],
            "matches": [
                "https:\/\/*.gamer.com.tw\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}