Pandora.tv Fullscreen
Make videos fullscreen from pandora.tv even if you are not a member.
Pandora.tv Fullscreenคืออะไร?
Pandora.tv Fullscreen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brandon Nozaki Miller และคุณลักษณะหลักของมันคือ "Make videos fullscreen from pandora.tv even if you are not a member."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandora.tv Fullscreen
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |