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."입니다.
확장 프로그램 스크린샷
Big Brother 24/7 Live Feeds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |