Cosmos Enhanced

Enhance cosmos podcast page

What is Cosmos Enhanced?

Cosmos Enhanced is a Chrome extension developed by LGiki, and its main feature is "Enhance cosmos podcast page".

Extension Screenshots

screenshot

Download Cosmos Enhanced Extension CRX File

Download Cosmos Enhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cosmos Enhanced Cosmos Enhanced
ID bgjffbeeolcikmcpliaekbgdkflchakg
Official URL https://chromewebstore.google.com/detail/cosmos-enhanced/bgjffbeeolcikmcpliaekbgdkflchakg
Description Enhance cosmos podcast page
File Size 13.02 KB
Installation Count 1,604
Current Version 1.0.0.5
Last Updated 2023-08-10
Publish Date 2023-07-05
Rating 5.00/5 Total 8 Ratings
Developer LGiki
Email [email protected]
Payment Type free
Extension Website https://github.com/LGiki/cosmos-enhanced/
Help Page URL https://github.com/LGiki/cosmos-enhanced/
Supported Languages 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"
            ]
        }
    ]
}