Giant Bomb Plus
Provides better tools and information while navigating through video content on Giant Bomb.
Giant Bomb Plus क्या है?
Giant Bomb Plus therandombox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides better tools and information while navigating through video content on Giant Bomb."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Giant Bomb Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Giant Bomb Plus |
ID | pbcimegpkaolfaoabikeekjlhpeeoeeb |
आधिकारिक URL | https://chromewebstore.google.com/detail/giant-bomb-plus/pbcimegpkaolfaoabikeekjlhpeeoeeb |
विवरण | Provides better tools and information while navigating through video content on Giant Bomb. |
फ़ाइल का आकार | 85.95 KB |
स्थापना संख्या | 237 |
वर्तमान संस्करण | 0.3.7 |
अंतिम अपडेट | 2015-05-28 |
प्रकाशन तिथि | 2015-05-27 |
रेटिंग | 3.75/5 कुल 12 रेटिंग्स |
डेवलपर | therandombox |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |