Riddler

Browser extension for Riddler, the online riddle enhancer.

Riddler란 무엇입니까?

Riddler은(는) http://riddler.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for Riddler, the online riddle enhancer."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Riddler is a three-sided application (browser extension, website, Discord bot) for players and administrators of online riddle games. If you're here, you probably know how it goes.

! IMPORTANT: After installing it and/or when a new riddle is added to the system, be sure to update the allowed hosts by clicking on the "Update hosts" button located in the extension's popup menu. This will request and grant host permissions required for the extension to work on all currently registered riddle domains. Have fun!                    

확장 프로그램 기본 정보

이름 Riddler Riddler
ID pipfgmnooemfjelejnboacpkgodhbddh
공식 URL https://chrome.google.com/webstore/detail/riddler/pipfgmnooemfjelejnboacpkgodhbddh
설명 Browser extension for Riddler, the online riddle enhancer.
파일 크기 1018 KB
설치 횟수 107
현재 버전 0.3.9
최근 업데이트 2022-06-26
출시 날짜 2021-03-16
평점 5.00/5 총 4 개의 평점
개발자 http://riddler.app
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://riddler.app
도움말 페이지 URL https://github.com/EmoonX/riddler
개인정보 보호 정책 페이지 URL https://riddler.app/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Riddler",
    "description": "Browser extension for Riddler, the online riddle enhancer.",
    "version": "0.3.9",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "https:\/\/riddler.app\/process"
    ],
    "optional_permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "images\/letter-r-32.png",
        "default_title": "Riddler",
        "default_popup": "popup.html"
    }
}