7plus-responsive-video
Make the 7+ video player wide and more responsive
什麼是7plus-responsive-video?
7plus-responsive-video是由glen開發的Chrome擴展程式,該擴展的主要功能是“Make the 7+ video player wide and more responsive”。
擴展截圖
下載7plus-responsive-video擴展crx文件
下載7plus-responsive-video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make the 7plus video player more responsive.
This allows the video player to take full use of the available space by slightly rearranging the elements on the page. 擴展基本資訊
| 名稱 | |
| ID | pegahkchckmpafkgnobgcpcbhdcobijp |
| 官方網址 | https://chromewebstore.google.com/detail/7plus-responsive-video/pegahkchckmpafkgnobgcpcbhdcobijp |
| 簡介 | Make the 7+ video player wide and more responsive |
| 檔案大小 | 3.34 KB |
| 安裝次數 | 50 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2021-07-26 |
| 上架時間 | 2021-07-26 |
| 開發者 | glen |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/GWilts/7plus-responsive-video |
| 說明頁面URL | https://github.com/GWilts/7plus-responsive-video |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "7plus-responsive-video",
"version": "1.0.0",
"description": "Make the 7+ video player wide and more responsive",
"short_name": "Make the 7+ video player responsive",
"content_scripts": [
{
"matches": [
"https:\/\/7plus.com.au\/*"
],
"css": [
"background.css"
]
}
]
} | |