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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Watch the Big Brother live streams without the annoying 'I'm still here' button popping up every hour."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Big Brother 24/7 Live Feeds

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}