Jewish Radio Network

The best Jewish content, the best selection, and the best quality on the internet, now in your browser!

Jewish Radio Network란 무엇입니까?

Jewish Radio Network은(는) https://jewishradionetwork.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best Jewish content, the best selection, and the best quality on the internet, now in your browser!"입니다.

확장 프로그램 스크린샷

screenshot

Jewish Radio Network 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The best Jewish content, the best selection, and the best quality on the internet, has now come to your browser!

The first and only Jewish Radio Network with a Chrome Extension!

Why leave a webpage open all the time to play your favorite music?
Now you can install the Jewish Radio Network Extension, to allow you to listen to music anytime your browser is open, without interfering with whatever else you're doing.

Just install the extension, and the music will play.
It's that simple.

The Jewish Radio Network Extension doesn't require any other plugins to work, and works on any operating system (including Google's Chrome OS) - install and run, and enjoy the music - that's it!

We recently released a totally re-written Extension, which is a lot faster to open and a lot more reliable, and we have many updates to come - stay tuned!

We're still figuring out how we want the new version to work, and how we can improve it, so we'll be pushing out updates often, as we add new features or optimize the Extension.

Any questions, suggestions, or feedback can be sent to [email protected].                    

확장 프로그램 기본 정보

이름 Jewish Radio Network Jewish Radio Network
ID gpplmcnkdhjknnhigfppgiokbapamelj
공식 URL https://chromewebstore.google.com/detail/jewish-radio-network/gpplmcnkdhjknnhigfppgiokbapamelj
설명 The best Jewish content, the best selection, and the best quality on the internet, now in your browser!
파일 크기 515 KB
설치 횟수 363
현재 버전 1.3.5
최근 업데이트 2022-05-13
출시 날짜 2018-09-28
평점 3.67/5 총 3 개의 평점
개발자 https://jewishradionetwork.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jewishradionetwork.com
도움말 페이지 URL https://jewishradionetwork.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jewish Radio Network",
    "short_name": "JRN",
    "version": "1.3.5",
    "homepage_url": "https:\/\/JewishRadioNetwork.com",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "The best Jewish content, the best selection, and the best quality on the internet, now in your browser!",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "32": "img\/icons\/icon32.png",
        "48": "img\/icons\/icon48.png",
        "64": "img\/icons\/icon64.png",
        "96": "img\/icons\/icon96.png",
        "128": "img\/icons\/icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icons\/icon48.png",
        "default_title": "Jewish Radio Network",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.jewishradionetwork.com\/*",
        "*:\/\/www.gstatic.com\/*",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.gstatic.com; object-src 'self'"
}