SLVSH PowerUp

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

SLVSH PowerUp là gì?

SLVSH PowerUp là một tiện ích mở rộng Chrome được phát triển bởi dmattheiss, và tính năng chính của nó là "Adds sugar functionality to SLVSH's website, slvsh.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SLVSH PowerUp

Tải xuống các tệp mở rộng SLVSH PowerUp dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SLVSH PowerUp SLVSH PowerUp
ID imhpembioehfpfmnonclhibdklpkecgc
URL Chính Thức https://chromewebstore.google.com/detail/slvsh-powerup/imhpembioehfpfmnonclhibdklpkecgc
Mô tả Adds sugar functionality to SLVSH's website, slvsh.com
Kích Thước Tệp 61.3 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.90
Cập Nhật Lần Cuối 2016-10-01
Ngày Phát Hành 2016-09-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển dmattheiss
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}