Nice Podcast RSS

Make podcast RSS displayed more friendly

Nice Podcast RSS란 무엇입니까?

Nice Podcast RSS은(는) LGiki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make podcast RSS displayed more friendly"입니다.

확장 프로그램 스크린샷

screenshot

Nice Podcast RSS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can view podcast covers, listen to podcasts, and view shownotes directly on the podcast's RSS page.                    

확장 프로그램 기본 정보

이름 Nice Podcast RSS Nice Podcast RSS
ID ofofpfeldepmeolpbcmehmfgakjnlekf
공식 URL https://chromewebstore.google.com/detail/nice-podcast-rss/ofofpfeldepmeolpbcmehmfgakjnlekf
설명 Make podcast RSS displayed more friendly
파일 크기 48.74 KB
설치 횟수 45
현재 버전 1.0.0.10
최근 업데이트 2023-03-22
출시 날짜 2022-12-31
평점 5.00/5 총 3 개의 평점
개발자 LGiki
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/LGiki/nice-podcast-rss
도움말 페이지 URL https://github.com/LGiki/nice-podcast-rss/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Nice Podcast RSS",
    "description": "Make podcast RSS displayed more friendly",
    "author": "LGiki",
    "homepage_url": "https:\/\/github.com\/LGiki\/nice-podcast-rss",
    "version": "1.0.0.10",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "action": [],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/www.ximalaya.com\/album\/*.xml",
        "*:\/\/feeds.fireside.fm\/*\/rss",
        "*:\/\/feed.xyzfm.space\/*",
        "*:\/\/anchor.fm\/s\/*\/podcast\/rss",
        "*:\/\/feeds.buzzsprout.com\/*.rss",
        "*:\/\/host.podapi.xyz\/*\/feed.rss",
        "*:\/\/*.typlog.io\/feed\/audio.xml",
        "*:\/\/*.libsyn.com\/rss",
        "*:\/\/feeds.libsyn.com\/*\/rss",
        "*:\/\/feeds.acast.com\/public\/shows\/*",
        "*:\/\/rss.lizhi.fm\/rss\/*.xml",
        "*:\/\/feeds.redcircle.com\/*",
        "*:\/\/justpodmedia.com\/rss\/*.xml",
        "*:\/\/*.proxy.wavpub.com\/*.xml",
        "*:\/\/papi.qingting.fm\/podcast\/channels\/*",
        "*:\/\/api.vistopia.com.cn\/rss\/program\/*.xml",
        "*:\/\/feed.tangsuanradio.com\/*.xml",
        "*:\/\/getpodcast.xyz\/data\/*.xml",
        "*:\/\/feeds.megaphone.fm\/*",
        "*:\/\/feeds.simplecast.com\/*",
        "*:\/\/media.rss.com\/*\/feed.xml",
        "*:\/\/feed.podbean.com\/*\/feed.xml",
        "*:\/\/feeds.sounder.fm\/*\/rss.xml",
        "*:\/\/feeds.soundon.fm\/podcasts\/*.xml",
        "*:\/\/feeds.npr.org\/*\/podcast.xml",
        "*:\/\/rss.art19.com\/*",
        "*:\/\/omnycontent.com\/d\/playlist\/*\/podcast.rss",
        "*:\/\/*.omnycontent.com\/d\/playlist\/*\/podcast.rss",
        "*:\/\/feeds.casted.us\/*\/feed",
        "*:\/\/feeds.boston.com\/*",
        "*:\/\/open.firstory.me\/rss\/user\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.ximalaya.com\/album\/*.xml",
                "*:\/\/feeds.fireside.fm\/*\/rss",
                "*:\/\/feed.xyzfm.space\/*",
                "*:\/\/anchor.fm\/s\/*\/podcast\/rss",
                "*:\/\/feeds.buzzsprout.com\/*.rss",
                "*:\/\/host.podapi.xyz\/*\/feed.rss",
                "*:\/\/*.typlog.io\/feed\/audio.xml",
                "*:\/\/*.libsyn.com\/rss",
                "*:\/\/feeds.libsyn.com\/*\/rss",
                "*:\/\/feeds.acast.com\/public\/shows\/*",
                "*:\/\/rss.lizhi.fm\/rss\/*.xml",
                "*:\/\/feeds.redcircle.com\/*",
                "*:\/\/justpodmedia.com\/rss\/*.xml",
                "*:\/\/*.proxy.wavpub.com\/*.xml",
                "*:\/\/papi.qingting.fm\/podcast\/channels\/*",
                "*:\/\/api.vistopia.com.cn\/rss\/program\/*.xml",
                "*:\/\/feed.tangsuanradio.com\/*.xml",
                "*:\/\/getpodcast.xyz\/data\/*.xml",
                "*:\/\/feeds.megaphone.fm\/*",
                "*:\/\/feeds.simplecast.com\/*",
                "*:\/\/media.rss.com\/*\/feed.xml",
                "*:\/\/feed.podbean.com\/*\/feed.xml",
                "*:\/\/feeds.sounder.fm\/*\/rss.xml",
                "*:\/\/feeds.soundon.fm\/podcasts\/*.xml",
                "*:\/\/feeds.npr.org\/*\/podcast.xml",
                "*:\/\/rss.art19.com\/*",
                "*:\/\/omnycontent.com\/d\/playlist\/*\/podcast.rss",
                "*:\/\/*.omnycontent.com\/d\/playlist\/*\/podcast.rss",
                "*:\/\/feeds.casted.us\/*\/feed",
                "*:\/\/feeds.boston.com\/*",
                "*:\/\/open.firstory.me\/rss\/user\/*"
            ],
            "js": [
                "lib\/shikwasa.min.js",
                "lib\/qrcode.min.js",
                "lib\/dayjs.min.js",
                "podcast-viewer.js"
            ],
            "css": [
                "podcast-viewer.css",
                "lib\/shikwasa.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "podcast-viewer.css",
                "lib\/shikwasa.min.css",
                "images\/qr.svg",
                "images\/up.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}