Big Brother 24/7 Live Feeds
Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.
Big Brother 24/7 Live Feeds क्या है?
Big Brother 24/7 Live Feeds Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Big Brother 24/7 Live Feeds एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This handy extension ensures you're always connected to Big Brother's live feeds. Once installed, you'll see an icon appear in the URL/search bar in Chrome. You don't need to do anything, just go to the live feeds and enjoy. There are a couple of options available by clicking on the icon--you can disable the extension or turn on debug mode.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | objafcghcopeogljkknflhglgnepgfcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/big-brother-247-live-feed/objafcghcopeogljkknflhglgnepgfcc |
विवरण | Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour. |
फ़ाइल का आकार | 1.04 MB |
स्थापना संख्या | 224 |
वर्तमान संस्करण | 0.0.6 |
अंतिम अपडेट | 2015-06-29 |
प्रकाशन तिथि | 2015-06-28 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.6", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "page_action": { "default_icon": { "38": "images\/icon-38.png" }, "default_title": "Big Brother 24\/7 Live Feeds", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.cbs.com\/shows\/big_brother\/live_feed\/stream\/", "https:\/\/*.cbs.com\/shows\/big_brother\/live_feed\/stream\/" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "webNavigation" ] } |