Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

Surviv.io Cheat Injector là gì?

Surviv.io Cheat Injector là một tiện ích mở rộng Chrome được phát triển bởi kyrinelder, và tính năng chính của nó là "Provides an assortment of cheats for surviv.io".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Surviv.io Cheat Injector

Tải xuống các tệp mở rộng Surviv.io Cheat Injector 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

                        fun on games to wreck kids                    

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

Tên Surviv.io Cheat Injector Surviv.io Cheat Injector
ID bckackfciojmolehkolpofolklgedpkg
URL Chính Thức https://chrome.google.com/webstore/detail/survivio-cheat-injector/bckackfciojmolehkolpofolklgedpkg
Mô tả Provides an assortment of cheats for surviv.io
Kích Thước Tệp 961 KB
Số Lần Cài Đặt 534
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-04-05
Ngày Phát Hành 2020-04-03
Đánh Giá 1.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển kyrinelder
Email [email protected]
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": "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"
            ]
        }
    ]
}