PawPrintRadio

We Mean Furry

PawPrintRadio란 무엇입니까?

PawPrintRadio은(는) ShadowLeRawr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "We Mean Furry"입니다.

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

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

확장 프로그램 사용 설명서

                        Paw Print Radio is an internet radio station that proudly plays some of the best music produced by the furry fandom. Originally founded as Mane Frame Radio in 2015 with a focus on music in the Brony fandom, this new effort is committed to providing listeners with a wide variety of music. Paw Print Radio is excited for this new endeavor into the Furry Community and looks forward to have all of its fans along for the ride.                    

확장 프로그램 기본 정보

이름 PawPrintRadio PawPrintRadio
ID ccbphdpjbbobchhfbbckapbcpoenabkf
공식 URL https://chromewebstore.google.com/detail/pawprintradio/ccbphdpjbbobchhfbbckapbcpoenabkf
설명 We Mean Furry
파일 크기 950 KB
설치 횟수 62
현재 버전 3.0
최근 업데이트 2016-08-08
출시 날짜 2016-08-07
평점 4.50/5 총 4 개의 평점
개발자 ShadowLeRawr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://pawprintradio.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PawPrintRadio",
    "version": "3.0",
    "manifest_version": 2,
    "description": "We Mean Furry",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "mypopup.html",
        "omnibox": {
            "keyword": "yeah"
        }
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background"
    ]
}