Giant Bomb Plus

Provides better tools and information while navigating through video content on Giant Bomb.

Giant Bomb Plus란 무엇입니까?

Giant Bomb Plus은(는) therandombox에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides better tools and information while navigating through video content on Giant Bomb."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Giant Bomb Plus 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Giant Bomb Plus enriches the experience of the Giant Bomb website by directly integrating functions onto their interface.

The improvements include:

- Showing who participated in a specific video
- Showing which platforms were used during a video
- Adding the ability to filter through nearly all videos by person, games, platform and content type
- Finding a random video
- Allowing you to queue videos into a playlist                    

확장 프로그램 기본 정보

이름 Giant Bomb Plus Giant Bomb Plus
ID pbcimegpkaolfaoabikeekjlhpeeoeeb
공식 URL https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb
설명 Provides better tools and information while navigating through video content on Giant Bomb.
파일 크기 85.95 KB
설치 횟수 237
현재 버전 0.3.7
최근 업데이트 2015-05-28
출시 날짜 2015-05-27
평점 3.75/5 총 12 개의 평점
개발자 therandombox
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Giant Bomb Plus",
    "description": "Provides better tools and information while navigating through video content on Giant Bomb.",
    "version": "0.3.7",
    "icons": {
        "128": "ext_icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "http:\/\/www.giantbomb.com\/videos\/*",
        "http:\/\/www.therandombox.ca\/giantbomb\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.giantbomb.com\/videos\/*"
            ],
            "css": [
                "css\/gb_styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/typeahead.min.js",
                "js\/jquery-ui.min.js",
                "js\/gb_functions.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "filter_options.html",
        "options.html"
    ]
}