GBF Raiders 2: The Chrome Extenstion Identity

From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser

GBF Raiders 2: The Chrome Extenstion Identity란 무엇입니까?

GBF Raiders 2: The Chrome Extenstion Identity은(는) https://gbfraiders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser"입니다.

확장 프로그램 스크린샷

screenshot

GBF Raiders 2: The Chrome Extenstion Identity 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Find raids for Granblue Fantasy without going to GBF Raiders or Tweetdeck! Select which raids to follow in the options and then click on the extension icon to see the last 20 raids! Click on the join button to copy the raid's id to your clipboard!                    

확장 프로그램 기본 정보

이름 GBF Raiders 2: The Chrome Extenstion Identity GBF Raiders 2: The Chrome Extenstion Identity
ID jhdcbkpphfaclidacgbnnaphoilhgipm
공식 URL https://chromewebstore.google.com/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm
설명 From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser
파일 크기 1.34 MB
설치 횟수 2,426
현재 버전 3.5
최근 업데이트 2019-04-13
출시 날짜 2019-04-12
평점 3.96/5 총 55 개의 평점
개발자 https://gbfraiders.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GBF Raiders 2: The Chrome Extenstion Identity",
    "description": "From The Creator Of GBFRaiders, A Chrome Extension That Shows A List Of Current Raids For GBF Right In Your Browser",
    "version": "3.5",
    "options_page": "\/views\/options.html",
    "icons": {
        "128": "\/assets\/GBFRaidersIconv2.png"
    },
    "browser_action": {
        "default_icon": "\/assets\/GBFRaidersIconv2.png",
        "default_popup": "\/views\/popup.html"
    },
    "background": {
        "scripts": [
            "\/util\/socket.io.js",
            "\/util\/moment.js",
            "\/scripts\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "incognito": "spanning",
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "notifications"
    ]
}