Fullscreen Please
Enables full screen button on all embedded youtube videos.
什麼是Fullscreen Please?
Fullscreen Please是由chaos9990開發的Chrome擴展程式,該擴展的主要功能是“Enables full screen button on all embedded youtube videos.”。
擴展截圖
下載Fullscreen Please擴展crx文件
下載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 |
官方網址 | 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 } |