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…

Giant Bomb Season Pass क्या है?

Giant Bomb Season Pass Rob Trybula द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Giant Bomb Season Pass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Giant Bomb Season Pass Giant Bomb Season Pass
ID omcloogakdjglgfeipofceanjjgdeikh
आधिकारिक URL https://chromewebstore.google.com/detail/giant-bomb-season-pass/omcloogakdjglgfeipofceanjjgdeikh
विवरण 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…
फ़ाइल का आकार 53.14 KB
स्थापना संख्या 252
वर्तमान संस्करण 1.65.2
अंतिम अपडेट 2017-06-13
प्रकाशन तिथि 2017-06-12
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर Rob Trybula
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}