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によって開発されたChromeの拡張機能で、その主な機能は「Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour.」です。

拡張機能のスクリーンショット

screenshot

Big Brother 24/7 Live Feeds拡張機能のCRXファイルをダウンロード

Big Brother 24/7 Live Feeds拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Big Brother 24/7 Live Feeds Big Brother 24/7 Live Feeds
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"
    ]
}