NBC News

This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…

NBC News란 무엇입니까?

NBC News은(는) Gadsy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…"입니다.

NBC News 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is just perfect. Click Maddow's face, links to the most recent top MSNBC, NBC News videos show up including Rachel Maddow, Countdown Keith Olbermann, Nightly News, Morning Joe, TODAY show, Your Business and Meet the Press. Click them and they play in a frame above the links. I added system date and time at the bottom because all the videos have dates. What else could you possibly want? I might add links to previous episodes in an update but right now I am very happy with this. If you don't love this extension as much as me, explain in comments :D 

2.0

Works now. Sorry for the lack of updates users. Keith is not even on TV anymore :D (Manifest 2.0)

2.1

Added links to more shows like Hardball, Morning Joe, etc.                    

확장 프로그램 기본 정보

이름 NBC News NBC News
ID adfagcajhclbogogdgflcckdgdhnmmbj
공식 URL https://chrome.google.com/webstore/detail/nbc-news/adfagcajhclbogogdgflcckdgdhnmmbj
설명 This is the best extension I have ever made! I was not totally happy with my first NBC News video extension. I think this one is…
파일 크기 3.64 KB
설치 횟수 514
현재 버전 2.1
최근 업데이트 2013-10-26
출시 날짜 2013-10-25
평점 3.22/5 총 9 개의 평점
개발자 Gadsy
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_popup": "popup.html",
        "icons": [
            ""
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/podcastfeeds.nbcnews.com\/*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "NBC News",
    "permissions": [
        "notifications"
    ],
    "version": "2.1"
}