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. |
Eメール | [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 } |