Cosmos Enhanced

Enhance cosmos podcast page

Wat is Cosmos Enhanced?

Cosmos Enhanced is een Chrome-extensie ontwikkeld door LGiki, en de belangrijkste functie is "Enhance cosmos podcast page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cosmos Enhanced

Download Cosmos Enhanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        增强小宇宙网页端的使用体验,增加下载(单集音频、单集封面原图、播客封面原图、主播头像原图)、搜索(在 ListenNotes 搜索播客、在 ListenNotes 搜索单集)和播放器倍速功能                    

Basisinformatie over de Extensie

Naam Cosmos Enhanced Cosmos Enhanced
ID bgjffbeeolcikmcpliaekbgdkflchakg
Officiële URL https://chromewebstore.google.com/detail/cosmos-enhanced/bgjffbeeolcikmcpliaekbgdkflchakg
Beschrijving Enhance cosmos podcast page
Bestandsgrootte 13.02 KB
Aantal Installaties 1,604
Huidige Versie 1.0.0.5
Laatst Bijgewerkt 2023-08-10
Publicatiedatum 2023-07-05
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar LGiki
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/LGiki/cosmos-enhanced/
Help Pagina-URL https://github.com/LGiki/cosmos-enhanced/
Ondersteunde Talen 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"
            ]
        }
    ]
}