Giant Bomb Plus

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

Co to jest Giant Bomb Plus?

Giant Bomb Plus to rozszerzenie Chrome opracowane przez therandombox, a jego główną funkcją jest „Provides better tools and information while navigating through video content on Giant Bomb.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Giant Bomb Plus

Pobierz pliki rozszerzeń Giant Bomb Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Giant Bomb Plus Giant Bomb Plus
ID pbcimegpkaolfaoabikeekjlhpeeoeeb
Oficjalny URL https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb
Opis Provides better tools and information while navigating through video content on Giant Bomb.
Rozmiar pliku 85.95 KB
Liczba instalacji 237
Aktualna Wersja 0.3.7
Ostatnia Aktualizacja 2015-05-28
Data Publikacji 2015-05-27
Ocena 3.75/5 Łącznie 12 Oceny
Deweloper therandombox
Typ Płatności free
Obsługiwane Języki 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"
    ]
}