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.」です。
拡張機能のスクリーンショット
Pandora.tv Fullscreen拡張機能のCRXファイルをダウンロード
Pandora.tv Fullscreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |