2 Star 0 Fork 0

NiceLee/VideoSnipper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
manifest.json 873 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"description": "A Simple, Free Video Downloader basing on WebExtensions API",
"manifest_version": 2,
"name": "VideoSnipper",
"version": "2.2r3",
"homepage_url": "https://github.com/nICEnnnnnnnLee/VideoSnipper",
"applications": {
"gecko": {
"strict_min_version": "55.0a2"
}
},
"permissions": [
"activeTab",
"clipboardWrite",
"downloads",
"storage",
"<all_urls>"
],
"icons": {
"48": "icons/border-48.png"
},
"background": {
"scripts": [
"background/config-init.js",
"background/background.js"
]
},
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"browser_action": {
"browser_style": true,
"default_icon": {
"48": "icons/border-48.png"
},
"default_title": "Get Video source"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"printVideo.js"
]
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/NiceLeee/VideoSnipper.git
git@gitee.com:NiceLeee/VideoSnipper.git
NiceLeee
VideoSnipper
VideoSnipper
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385