Cosmos Enhanced
Enhance cosmos podcast page
Cos'è Cosmos Enhanced?
Cosmos Enhanced è un'estensione di Chrome sviluppata da LGiki, e la sua funzione principale è "Enhance cosmos podcast page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cosmos Enhanced
Scarica i file di estensione Cosmos Enhanced 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
增强小宇宙网页端的使用体验,增加下载(单集音频、单集封面原图、播客封面原图、主播头像原图)、搜索(在 ListenNotes 搜索播客、在 ListenNotes 搜索单集)和播放器倍速功能
Informazioni di Base sull'Estensione
Nome | Cosmos Enhanced |
ID | bgjffbeeolcikmcpliaekbgdkflchakg |
URL Ufficiale | https://chromewebstore.google.com/detail/cosmos-enhanced/bgjffbeeolcikmcpliaekbgdkflchakg |
Descrizione | Enhance cosmos podcast page |
Dimensione del File | 13.02 KB |
Conteggio Installazioni | 1,604 |
Versione Corrente | 1.0.0.5 |
Ultimo Aggiornamento | 2023-08-10 |
Data di Pubblicazione | 2023-07-05 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | LGiki |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/LGiki/cosmos-enhanced/ |
URL della Pagina di Aiuto | https://github.com/LGiki/cosmos-enhanced/ |
Lingue Supportate | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cosmos Enhanced", "description": "Enhance cosmos podcast page", "author": "LGiki", "homepage_url": "https:\/\/github.com\/LGiki\/cosmos-enhanced", "version": "1.0.0.5", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "downloads" ], "content_scripts": [ { "matches": [ "*:\/\/www.xiaoyuzhoufm.com\/episode\/*", "*:\/\/www.xiaoyuzhoufm.com\/podcast\/*" ], "js": [ "cosmos-enhanced.js" ], "css": [ "cosmos-enhanced.css" ] } ] } |