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"
    ]
}