Full Play
Video Full Web Play
什麼是Full Play?
Full Play是由xiuman89開發的Chrome擴展程式,該擴展的主要功能是“Video Full Web Play”。
擴展截圖
下載Full Play擴展crx文件
下載Full Play擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Play the video in Web Full Screen mode. Like the YouTube cinema mode but without element other than the video. Currently support video site like youtube, vimeo, dailymotion, iqiyi, etc, which have their own embed mode. Also, it may work for some site with embed videos. Icon is on the way. update log: 1.0.1.6: Add icon 1.0.1.5: 1. remove unnecessary button 2. add better indication about what button do what 3. add lynda support for people who want 4. for some website, the site will replace the original window. these feature may has the chance to work for more site which is easy to return by using the browser build-in go back ability. 1.0.1.0: Make large button.
擴展基本資訊
名稱 | ![]() |
ID | mbadifmabjkpaajnhmdcnlkenidcehfe |
官方網址 | https://chrome.google.com/webstore/detail/full-play/mbadifmabjkpaajnhmdcnlkenidcehfe |
簡介 | Video Full Web Play |
檔案大小 | 21.17 KB |
安裝次數 | 117 |
目前版本 | 1.0.1.6 |
更新時間 | 2019-04-04 |
上架時間 | 2019-03-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | xiuman89 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": ".\/background.html", "persistent": false }, "description": "Video Full Web Play", "icons": { "16": ".\/icons\/icon16.png", "48": ".\/icons\/icon48.png", "64": ".\/icons\/icon64.png", "128": ".\/icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "manifest_version": 2, "name": "Full Play", "browser_action": { "default_popup": "popup.html", "default_icon": [] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [], "js": [ ".\/js\/curWindow.js" ] } ], "permissions": [ "tabs", "activeTab", "storage" ], "version": "1.0.1.6" } |