Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

什麼是Surviv.io Cheat Injector?

Surviv.io Cheat Injector是由kyrinelder開發的Chrome擴展程式,該擴展的主要功能是“Provides an assortment of cheats for surviv.io”。

擴展截圖

screenshot

下載Surviv.io Cheat Injector擴展crx文件

下載Surviv.io Cheat Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        fun on games to wreck kids                    

擴展基本資訊

名稱 Surviv.io Cheat Injector Surviv.io Cheat Injector
ID bckackfciojmolehkolpofolklgedpkg
官方網址 https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg
簡介 Provides an assortment of cheats for surviv.io
檔案大小 961 KB
安裝次數 534
目前版本 1.0.0
更新時間 2020-04-05
上架時間 2020-04-03
評分 1.85/5 共 13 次評分
開發者 kyrinelder
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surviv.io Cheat Injector",
    "version": "1.0.0",
    "description": "Provides an assortment of cheats for surviv.io",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "webRequestBlocking",
        "tabs",
        "declarativeContent",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/surviv.io\/*"
        ]
    },
    "icons": {
        "128": ".\/files\/ice.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "files\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/surviv.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}