Cosmos Enhanced

Enhance cosmos podcast page

Cosmos Enhanced란 무엇입니까?

Cosmos Enhanced은(는) LGiki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance cosmos podcast page"입니다.

확장 프로그램 스크린샷

screenshot

Cosmos Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Cosmos Enhanced Cosmos Enhanced
ID bgjffbeeolcikmcpliaekbgdkflchakg
공식 URL https://chromewebstore.google.com/detail/cosmos-enhanced/bgjffbeeolcikmcpliaekbgdkflchakg
설명 Enhance cosmos podcast page
파일 크기 13.02 KB
설치 횟수 1,604
현재 버전 1.0.0.5
최근 업데이트 2023-08-10
출시 날짜 2023-07-05
평점 5.00/5 총 8 개의 평점
개발자 LGiki
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LGiki/cosmos-enhanced/
도움말 페이지 URL https://github.com/LGiki/cosmos-enhanced/
지원되는 언어 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"
            ]
        }
    ]
}