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 http://yyuire.blogspot.com, 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

                        Puedes hacer 20kills en www.surviv.io sin hacer nada cuando quieras y cuando puedas si te gusta la app descrieb en el comment                    

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

Tên Surviv.io Cheat Injector Surviv.io Cheat Injector
ID dakcdemggpelhcfbjdcfnlhdapkipeed
URL Chính Thức https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed
Mô tả Provides an assortment of cheats for surviv.io
Kích Thước Tệp 463 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 2.1.3
Cập Nhật Lần Cuối 2020-05-21
Ngày Phát Hành 2020-05-21
Đánh Giá 2.79/5 Tổng số 14 Đánh Giá
Nhà Phát Triển http://yyuire.blogspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://surviv.io/
URL Trang Trợ Giúp http://security-cyber.mozello.com/
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Surviv.io Cheat Injector",
    "version": "2.1.3",
    "description": "Provides an assortment of cheats for surviv.io",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "*:\/\/*\/*",
        "webRequestBlocking",
        "tabs",
        "declarativeContent",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/surviv.io\/*",
            "*:\/\/surviv2.io\/*",
            "*:\/\/2dbattleroyale.com\/*",
            "*:\/\/2dbattleroyale.org\/*",
            "*:\/\/piearesquared.info\/*",
            "*:\/\/thecircleisclosing.com\/*",
            "*:\/\/secantsecant.com\/*",
            "*:\/\/parmainitiative.com\/*",
            "*:\/\/ot38.club\/*",
            "*:\/\/drchandlertallow.com\/*",
            "*:\/\/ptr.surviv.io\/*",
            "*:\/\/iceproxy.herokuapp.com\/*"
        ]
    },
    "icons": {
        "128": ".\/file\/ice.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/surviv.io\/*",
                "*:\/\/surviv2.io\/*",
                "*:\/\/2dbattleroyale.com\/*",
                "*:\/\/2dbattleroyale.org\/*",
                "*:\/\/piearesquared.info\/*",
                "*:\/\/thecircleisclosing.com\/*",
                "*:\/\/secantsecant.com\/*",
                "*:\/\/parmainitiative.com\/*",
                "*:\/\/ot38.club\/*",
                "*:\/\/drchandlertallow.com\/*",
                "*:\/\/ptr.surviv.io\/*",
                "*:\/\/iceproxy.herokuapp.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}