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文件

下载SLVSH PowerUp扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}