ytCropper Extension
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video
什麼是ytCropper Extension?
ytCropper Extension是由https://www.ytcropper.com開發的Chrome擴展程式,該擴展的主要功能是“This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video”。
擴展截圖
下載ytCropper Extension擴展crx文件
下載ytCropper Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a YouTube video
擴展基本資訊
名稱 | |
ID | jbfhidppllclbgkeppjpfhnihhggjood |
官方網址 | https://chromewebstore.google.com/detail/ytcropper-extension/jbfhidppllclbgkeppjpfhnihhggjood |
簡介 | This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video |
檔案大小 | 12.78 KB |
安裝次數 | 181 |
目前版本 | 1.2 |
更新時間 | 2014-06-04 |
上架時間 | 2014-06-04 |
評分 | 2.71/5 共 7 次評分 |
開發者 | https://www.ytcropper.com |
付費類型 | free |
擴展官網 | http://www.ytcropper.com |
說明頁面URL | http://www.ytcropper.com/contact |
支援的語言 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ytCropper Extension", "description": "This extension makes it easier to crop videos by only pressing the ytCropper button when seeing a video", "version": "1.2", "page_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "permissions": [ "tabs" ] } |