Live cat
Extension is looking for HLS and DASH videos
Cos'è Live cat?
Live cat è un'estensione di Chrome sviluppata da http://mediatools.cc, e la sua funzione principale è "Extension is looking for HLS and DASH videos".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live cat
Scarica i file di estensione Live cat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension show you links to live streams when you are watching it and let you to download it in MP4 in selected quality.
Informazioni di Base sull'Estensione
Nome | |
ID | cofmpiaddiioohphmmgjnbcpfoiknnkh |
URL Ufficiale | https://chrome.google.com/webstore/detail/live-cat/cofmpiaddiioohphmmgjnbcpfoiknnkh |
Descrizione | Extension is looking for HLS and DASH videos |
Dimensione del File | 447 KB |
Conteggio Installazioni | 115,458 |
Versione Corrente | 1.23.2 |
Ultimo Aggiornamento | 2023-05-08 |
Data di Pubblicazione | 2020-05-20 |
Valutazione | 4.31/5 Totale 78 Valutazioni |
Sviluppatore | http://mediatools.cc |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |