Big Brother 24/7 Live Feeds

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

Qu'est-ce que Big Brother 24/7 Live Feeds ?

Big Brother 24/7 Live Feeds est une extension Chrome développée par Unknown, et sa fonction principale est "Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Big Brother 24/7 Live Feeds

Téléchargez les fichiers d'extension Big Brother 24/7 Live Feeds 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

                        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.                    

Informations de Base sur l'Extension

Nom Big Brother 24/7 Live Feeds Big Brother 24/7 Live Feeds
ID objafcghcopeogljkknflhglgnepgfcc
URL Officiel https://chromewebstore.google.com/detail/big-brother-247-live-feed/objafcghcopeogljkknflhglgnepgfcc
Description Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.
Taille du Fichier 1.04 MB
Nombre d'Installations 224
Version Actuelle 0.0.6
Dernière Mise à Jour 2015-06-29
Date de Publication 2015-06-28
Évaluation 3.00/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}