BitChute Video Source
Shows the video source of the current page
Qu'est-ce que BitChute Video Source ?
BitChute Video Source est une extension Chrome développée par Johann B., et sa fonction principale est "Shows the video source of the current page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BitChute Video Source
Téléchargez les fichiers d'extension BitChute Video Source au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension displays the URL of the video to link or for download.
Informations de Base sur l'Extension
Nom | BitChute Video Source |
ID | bdnaoieafaddgjiecbhnodhbalhblmhl |
URL Officiel | https://chromewebstore.google.com/detail/bitchute-video-source/bdnaoieafaddgjiecbhnodhbalhblmhl |
Description | Shows the video source of the current page |
Taille du Fichier | 1.21 MB |
Nombre d'Installations | 6,258 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2020-11-10 |
Date de Publication | 2020-06-07 |
Évaluation | 4.46/5 Total 13 Évaluations |
Développeur | Johann B. |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |