Surviv.io Cheat Injector

Provides an assortment of cheats for surviv.io

Apa itu Surviv.io Cheat Injector?

Surviv.io Cheat Injector adalah ekstensi Chrome yang dikembangkan oleh http://yyuire.blogspot.com, dan fitur utamanya adalah "Provides an assortment of cheats for surviv.io".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Surviv.io Cheat Injector

Unduh file ekstensi Surviv.io Cheat Injector dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Surviv.io Cheat Injector Surviv.io Cheat Injector
ID dakcdemggpelhcfbjdcfnlhdapkipeed
URL Resmi https://chrome.google.com/webstore/detail/survivio-cheat-injector/dakcdemggpelhcfbjdcfnlhdapkipeed
Deskripsi Provides an assortment of cheats for surviv.io
Ukuran File 463 KB
Jumlah Instalasi 287
Versi Saat Ini 2.1.3
Terakhir Diperbarui 2020-05-21
Tanggal Publikasi 2020-05-21
Penilaian 2.79/5 Total 14 Penilaian
Pengembang http://yyuire.blogspot.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://surviv.io/
URL Halaman Bantuan http://security-cyber.mozello.com/
Bahasa yang Didukung 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"
        }
    ]
}