JS URL Injector

Inject JS code from custom URL into every web frame

Apa itu JS URL Injector?

JS URL Injector adalah ekstensi Chrome yang dikembangkan oleh https://mm.js.org, dan fitur utamanya adalah "Inject JS code from custom URL into every web frame".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JS URL Injector

Unduh file ekstensi JS URL 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

                        It allows you to inject JavaScript file specified by URL to every web site. You should NOT use it, unless you know what you are doing. And the source code is on: https://github.com/1ocalhost/js_injector                    

Informasi Dasar Ekstensi

Nama JS URL Injector JS URL Injector
ID lenanbaimefdmgblhojehfjooimmboch
URL Resmi https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch
Deskripsi Inject JS code from custom URL into every web frame
Ukuran File 19.49 KB
Jumlah Instalasi 32
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-12-19
Tanggal Publikasi 2018-12-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://mm.js.org
Tipe Pembayaran free
Situs Ekstensi https://github.com/1ocalhost/js_injector
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS URL Injector",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Inject JS code from custom URL into every web frame",
    "icons": {
        "128": "rat.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "https:\/\/www.google.com\/_\/chrome\/newtab*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}