Big Brother 24/7 Live Feeds

Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.

Was ist Big Brother 24/7 Live Feeds?

Big Brother 24/7 Live Feeds ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.".

Erweiterungsscreenshots

screenshot

Big Brother 24/7 Live Feeds-Erweiterungs-CRX-Datei herunterladen

Laden Sie Big Brother 24/7 Live Feeds-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Big Brother 24/7 Live Feeds Big Brother 24/7 Live Feeds
ID objafcghcopeogljkknflhglgnepgfcc
Offizielle URL https://chromewebstore.google.com/detail/big-brother-247-live-feed/objafcghcopeogljkknflhglgnepgfcc
Beschreibung Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.
Dateigröße 1.04 MB
Installationsanzahl 224
Aktuelle Version 0.0.6
Letztes Update 2015-06-29
Veröffentlichungsdatum 2015-06-28
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}