Live cat
Extension is looking for HLS and DASH videos
Qu'est-ce que Live cat ?
Live cat est une extension Chrome développée par http://mediatools.cc, et sa fonction principale est "Extension is looking for HLS and DASH videos".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live cat
Téléchargez les fichiers d'extension Live cat 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 show you links to live streams when you are watching it and let you to download it in MP4 in selected quality.
Informations de Base sur l'Extension
Nom | |
ID | cofmpiaddiioohphmmgjnbcpfoiknnkh |
URL Officiel | https://chrome.google.com/webstore/detail/live-cat/cofmpiaddiioohphmmgjnbcpfoiknnkh |
Description | Extension is looking for HLS and DASH videos |
Taille du Fichier | 447 KB |
Nombre d'Installations | 115,458 |
Version Actuelle | 1.23.2 |
Dernière Mise à Jour | 2023-05-08 |
Date de Publication | 2020-05-20 |
Évaluation | 4.31/5 Total 78 Évaluations |
Développeur | http://mediatools.cc |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "109", "action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "webRequest", "tabs", "power", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/mediatools.cc\/*", "https:\/\/*.mediatools.cc\/*", "https:\/\/mediatools.rndnm.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.23.2" } |