Deredactie.be video expander
Expands the flash video window to a bigger size and removes other page elements.
Deredactie.be video expanderคืออะไร?
Deredactie.be video expander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Expands the flash video window to a bigger size and removes other page elements."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deredactie.be video expander
ดาวน์โหลดไฟล์ส่วนขยาย Deredactie.be video expander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple chrome extension to enlarge the video player on deredactie.be When a video is playing an "ENLARGE VIDEO PLAYER" button will be added below the video. When clicked this will enlarge the video player and clean up the page for an enhanced viewing experience. Provided under the MIT License.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Deredactie.be video expander |
ID | fpfmhalfhgcbknjdgpkkglgadpfemogh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh |
คำอธิบาย | Expands the flash video window to a bigger size and removes other page elements. |
ขนาดไฟล์ | 42.65 KB |
จำนวนการติดตั้ง | 71 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2015-09-27 |
วันที่เผยแพร่ | 2015-09-27 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/beele/DeredactieVideoExpander |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Deredactie.be video expander", "version": "1.0.0", "manifest_version": 2, "description": "Expands the flash video window to a bigger size and removes other page elements.", "homepage_url": "http:\/\/www.beeles-place.be", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.deredactie.be\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/inject\/inject.js" ] } |