Gamer+

Gamer.no enhanced experience

什么是Gamer+?

Gamer+是由adelholmg开发的Chrome扩展程序,该扩展的主要功能是“Gamer.no enhanced experience”。

扩展截图

screenshot
screenshot
screenshot

下载Gamer+扩展crx文件

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

扩展使用说明

                        Statistics for gamer.no users and telialigaen teams!
Still under development, create a review and submit feedback and it might get implemented in the future!                    

扩展基本信息

名称 Gamer+ Gamer+
ID cimcgcfafkpkoafjkilmkohelanagphj
官方URL https://chromewebstore.google.com/detail/gamer+/cimcgcfafkpkoafjkilmkohelanagphj
简介 Gamer.no enhanced experience
文件大小 594 KB
安装次数 122
当前版本 0.4.0
更新时间 2022-11-02
上架时间 2022-06-11
评分 5.00/5 共2次评分
开发者 adelholmg
电子邮箱 [email protected]
付费类型 free
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gamer+",
    "version": "0.4.0",
    "description": "Gamer.no enhanced experience",
    "background": {
        "service_worker": "background_index.js",
        "type": "module"
    },
    "author": "Adel Johan Holm Gundersen",
    "content_scripts": [
        {
            "js": [
                "content\/import-index.js"
            ],
            "css": [
                "content\/index.css"
            ],
            "matches": [
                "https:\/\/www.gamer.no\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "pages\/popup\/index.html",
        "default_icon": {
            "16": ".\/assets\/gamer2021_16.png",
            "48": ".\/assets\/gamer2021_48.png",
            "128": ".\/assets\/gamer2021_128.png"
        }
    },
    "host_permissions": [
        "*:\/\/*.faceit.com\/*",
        "*:\/\/*.gamer.no\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/twitter_circle_white.png",
                "assets\/icons\/de_ancient.png",
                "assets\/icons\/de_overpass.png",
                "assets\/icons\/de_inferno.png",
                "assets\/icons\/de_nuke.png",
                "assets\/icons\/de_vertigo.png",
                "assets\/icons\/de_dust2.png",
                "assets\/icons\/de_mirage.png",
                "assets\/icons\/de_train.png",
                "assets\/icons\/de_cbble.png",
                "assets\/icons\/de_cache.png",
                "assets\/icons\/dark_metiz.png",
                "assets\/icons\/light_metiz.png",
                "assets\/icons\/icon-update.png",
                "assets\/icons\/faceit\/1.png",
                "assets\/icons\/faceit\/2.png",
                "assets\/icons\/faceit\/3.png",
                "assets\/icons\/faceit\/4.png",
                "assets\/icons\/faceit\/5.png",
                "assets\/icons\/faceit\/6.png",
                "assets\/icons\/faceit\/7.png",
                "assets\/icons\/faceit\/8.png",
                "assets\/icons\/faceit\/9.png",
                "assets\/icons\/faceit\/10.png"
            ],
            "matches": [
                "https:\/\/www.gamer.no\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "https:\/\/www.gamer.no\/*",
                "*:\/\/*.faceit.com\/*",
                "*:\/\/*.gamer.no\/*"
            ]
        }
    ]
}