BOJ Tier

BOJ Tier

What is BOJ Tier?

BOJ Tier is a Chrome extension developed by jeehak0210, and its main feature is "BOJ Tier".

Extension Screenshots

screenshot

Download BOJ Tier Extension CRX File

Download BOJ Tier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Baekjoon Online Judge에서 문제 추천 시스템의 난이도를 볼 수 있는 확장 프로그램입니다.                    

Extension Basic Information

Name BOJ Tier BOJ Tier
ID eildngkodhdjfenfgakjnfgelgokcemp
Official URL https://chromewebstore.google.com/detail/boj-tier/eildngkodhdjfenfgakjnfgelgokcemp
Description BOJ Tier
File Size 3.63 KB
Installation Count 133
Current Version 1.0.1
Last Updated 2017-09-05
Publish Date 2017-09-05
Rating 4.55/5 Total 11 Ratings
Developer jeehak0210
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BOJ Tier",
    "description": "BOJ Tier",
    "version": "1.0.1",
    "permissions": [
        "https:\/\/koosa.ga\/"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.acmicpc.net\/*"
            ],
            "js": [
                "tier.js"
            ]
        }
    ]
}