Pandora.tv Fullscreen

Make videos fullscreen from pandora.tv even if you are not a member.

Pandora.tv Fullscreen란 무엇입니까?

Pandora.tv Fullscreen은(는) Brandon Nozaki Miller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make videos fullscreen from pandora.tv even if you are not a member."입니다.

확장 프로그램 스크린샷

screenshot

Pandora.tv Fullscreen 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is an extension for the asian TV website Pandora.tv to allow users to go fullscreen in chrome.

When you are on pandora.tv you will see a small icon show up in the address bar. Click it and your video will fill the window. Then hit the F11 button on your compter and you will be totally full screen.

Enjoy!                    

확장 프로그램 기본 정보

이름 Pandora.tv Fullscreen Pandora.tv Fullscreen
ID nlecgkhhjadljjcoiggfgggmedpodmip
공식 URL https://chromewebstore.google.com/detail/pandoratv-fullscreen/nlecgkhhjadljjcoiggfgggmedpodmip
설명 Make videos fullscreen from pandora.tv even if you are not a member.
파일 크기 150 KB
설치 횟수 291
현재 버전 1.0.0
최근 업데이트 2014-09-07
출시 날짜 2014-09-07
평점 4.17/5 총 6 개의 평점
개발자 Brandon Nozaki Miller
이메일 [email protected]
결제 유형 free
지원되는 언어 en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "icons\/sizes\/pandora_tvfullscreen-16.png",
        "19": "icons\/sizes\/pandora_tvfullscreen-19.png",
        "34": "icons\/sizes\/pandora_tvfullscreen-34.png",
        "38": "icons\/sizes\/pandora_tvfullscreen-38.png",
        "48": "icons\/sizes\/pandora_tvfullscreen-48.png",
        "64": "icons\/sizes\/pandora_tvfullscreen-64.png",
        "128": "icons\/sizes\/pandora_tvfullscreen-128.png",
        "256": "icons\/sizes\/pandora_tvfullscreen-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "Pandora.tv Fullscreen",
        "default_icon": {
            "16": "icons\/sizes\/pandora_tvfullscreen-16.png",
            "19": "icons\/sizes\/pandora_tvfullscreen-19.png",
            "34": "icons\/sizes\/pandora_tvfullscreen-34.png",
            "38": "icons\/sizes\/pandora_tvfullscreen-38.png",
            "48": "icons\/sizes\/pandora_tvfullscreen-48.png",
            "64": "icons\/sizes\/pandora_tvfullscreen-64.png",
            "128": "icons\/sizes\/pandora_tvfullscreen-128.png",
            "256": "icons\/sizes\/pandora_tvfullscreen-256.png"
        }
    },
    "manifest_version": 2
}