Giant Bomb Plus

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

Qu'est-ce que Giant Bomb Plus ?

Giant Bomb Plus est une extension Chrome développée par therandombox, et sa fonction principale est "Provides better tools and information while navigating through video content on Giant Bomb.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Giant Bomb Plus

Téléchargez les fichiers d'extension Giant Bomb Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Giant Bomb Plus Giant Bomb Plus
ID pbcimegpkaolfaoabikeekjlhpeeoeeb
URL Officiel https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb
Description Provides better tools and information while navigating through video content on Giant Bomb.
Taille du Fichier 85.95 KB
Nombre d'Installations 237
Version Actuelle 0.3.7
Dernière Mise à Jour 2015-05-28
Date de Publication 2015-05-27
Évaluation 3.75/5 Total 12 Évaluations
Développeur therandombox
Type de Paiement free
Langues Prises en Charge 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"
    ]
}