SLVSH PowerUp

Adds sugar functionality to SLVSH's website, slvsh.com

SLVSH PowerUp란 무엇입니까?

SLVSH PowerUp은(는) dmattheiss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds sugar functionality to SLVSH's website, slvsh.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Adds important missing features to slvsh.com. 

0.90
Added options to receive notifications for all new SLVSH content, new SLVSH games only, or never.

0.85
Refined power rankings

NEW IN 0.81
First version of the new SLVSH Stats page! Filter players by total wins, win ratios, and power rankings. View a list of all players' wins and losses.

NEW IN 0.8
SLVSH.com got a major update! Removed infinite scroll, added favoriting functionality improvements, fixed a bug where notifications would fail to process with a locked user screen

NEW IN V0.0.7
New SLVSH Game notifications, caching data, UI enhancements

NEW IN V0.0.4:
Bugfixes, improved search and favoriting UI, fixed broken links in-page

NEW IN V0.0.1:
A search bar, infinite scroll, and favoriting videos.                    

확장 프로그램 기본 정보

이름 SLVSH PowerUp SLVSH PowerUp
ID imhpembioehfpfmnonclhibdklpkecgc
공식 URL https://chromewebstore.google.com/detail/slvsh-powerup/imhpembioehfpfmnonclhibdklpkecgc
설명 Adds sugar functionality to SLVSH's website, slvsh.com
파일 크기 61.3 KB
설치 횟수 26
현재 버전 0.90
최근 업데이트 2016-10-01
출시 날짜 2016-09-30
평점 5.00/5 총 1 개의 평점
개발자 dmattheiss
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLVSH PowerUp",
    "description": "Adds sugar functionality to SLVSH's website, slvsh.com",
    "version": "0.90",
    "manifest_version": 2,
    "icons": {
        "16": "images\/ico16.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.slvsh.com\/*"
            ],
            "exclude_matches": [],
            "css": [
                "css\/styles.css",
                "css\/stats.css",
                "css\/loader.css"
            ],
            "js": [
                "js\/jquery-3.0.0.min.js",
                "js\/content.js",
                "js\/options.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "background",
        "storage",
        "*:\/\/*.slvsh.com\/*",
        "alarms",
        "notifications"
    ]
}