Giant Bomb Season Pass

Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day…

Qu'est-ce que Giant Bomb Season Pass ?

Giant Bomb Season Pass est une extension Chrome développée par Rob Trybula, et sa fonction principale est "Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Giant Bomb Season Pass 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 Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day 2) and automatically bring the other parts or "Episodes" over to you in a sidebar that's integrated right into the video player.  Perfect for stitching together Endurance Runs, 24-Hour Extra Life streams, GDC chats with a side of Buckfast, PAX panels, and of course it's safe for the occasional multi-part Puppy Chat.

It'll also accommodate for size depending on whether you've Embiggened or not, showing or hiding the episode descriptions.

I would love to hear any feedback, suggestions, or issues you encounter if you happen to give it a shot.  Hope you like it.  Thanks.                    

Informations de Base sur l'Extension

Nom Giant Bomb Season Pass Giant Bomb Season Pass
ID omcloogakdjglgfeipofceanjjgdeikh
URL Officiel https://chromewebstore.google.com/detail/giant-bomb-season-pass/omcloogakdjglgfeipofceanjjgdeikh
Description Giant Bomb Season Pass will detect whether the video you're watching is split up into parts (e.g. VinnyVania Part 2 or E3 2011 Day…
Taille du Fichier 53.14 KB
Nombre d'Installations 252
Version Actuelle 1.65.2
Dernière Mise à Jour 2017-06-13
Date de Publication 2017-06-12
Évaluation 4.73/5 Total 15 Évaluations
Développeur Rob Trybula
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Giant Bomb Season Pass",
    "manifest_version": 2,
    "version": "1.65.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/gbvideoguide.herokuapp.com\/*"
    ],
    "applications": {
        "gecko": {
            "id": "jid1-W5f4Bxy5SABfyw@jetpack"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.giantbomb.com\/*"
            ],
            "css": [
                "animate.css",
                "SeasonPass.css"
            ],
            "js": [
                "jquery-min.js",
                "mustache.js",
                "verbalexp.js",
                "SeasonPass.js"
            ]
        }
    ]
}