Giant Bomb Plus

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

Cos'è Giant Bomb Plus?

Giant Bomb Plus è un'estensione di Chrome sviluppata da therandombox, e la sua funzione principale è "Provides better tools and information while navigating through video content on Giant Bomb.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Giant Bomb Plus

Scarica i file di estensione Giant Bomb Plus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Giant Bomb Plus Giant Bomb Plus
ID pbcimegpkaolfaoabikeekjlhpeeoeeb
URL Ufficiale https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb
Descrizione Provides better tools and information while navigating through video content on Giant Bomb.
Dimensione del File 85.95 KB
Conteggio Installazioni 237
Versione Corrente 0.3.7
Ultimo Aggiornamento 2015-05-28
Data di Pubblicazione 2015-05-27
Valutazione 3.75/5 Totale 12 Valutazioni
Sviluppatore therandombox
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}