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 |
官方網址 | 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 } |