Fullscreen Please
Enables full screen button on all embedded youtube videos.
Fullscreen Pleaseคืออะไร?
Fullscreen Please เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chaos9990 และคุณลักษณะหลักของมันคือ "Enables full screen button on all embedded youtube videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fullscreen Please
ดาวน์โหลดไฟล์ส่วนขยาย Fullscreen Please ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app was borne out of frustration at websites disabling the full screen option on embedded youtube videos. So I made an extension to fix that. If you get as annoyed as I do, this will ease your frustrations! Feel free to send me feedback or bugs as I want to make this better! I know some sites won't be supported so just let me know via email and I can add them! chad [at] thechadcampbell.com And donate if you appreciate the work I do! :) https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=35WYLWH9LBWTW&lc=US&item_name=FullScreen%20Please¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | amlilajfgbcljjokheaofnhbgmdcmbam |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fullscreen-please/amlilajfgbcljjokheaofnhbgmdcmbam |
คำอธิบาย | Enables full screen button on all embedded youtube videos. |
ขนาดไฟล์ | 29.51 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2016-04-24 |
วันที่เผยแพร่ | 2016-04-24 |
คะแนน | 3.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | chaos9990 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fullscreen Please", "short_name": "FullScreen", "description": "Enables full screen button on all embedded youtube videos.", "version": "1.0.7", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "background.js" ] } ], "manifest_version": 2 } |