BitChute Video Source
Shows the video source of the current page
什么是BitChute Video Source?
BitChute Video Source是由Johann B.开发的Chrome扩展程序,该扩展的主要功能是“Shows the video source of the current page”。
扩展截图
下载BitChute Video Source扩展crx文件
下载BitChute Video Source扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension displays the URL of the video to link or for download.
扩展基本信息
名称 | BitChute Video Source |
ID | bdnaoieafaddgjiecbhnodhbalhblmhl |
官方URL | https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl |
简介 | Shows the video source of the current page |
文件大小 | 1.21 MB |
安装次数 | 6,258 |
当前版本 | 0.9 |
更新时间 | 2020-11-10 |
上架时间 | 2020-06-07 |
评分 | 4.46/5 共13次评分 |
开发者 | Johann B. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitChute Video Source", "description": "Shows the video source of the current page", "version": "0.9", "browser_action": { "default_popup": "popup\/index.html" }, "icons": { "16": "16.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.bitchute.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2 } |