Injector

Extension for local, dynamic addition of js/css to the any page

Apa itu Injector?

Injector adalah ekstensi Chrome yang dikembangkan oleh rozov1, dan fitur utamanya adalah "Extension for local, dynamic addition of js/css to the any page".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Injector

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

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

Informasi Dasar Ekstensi

Nama Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
URL Resmi https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
Deskripsi Extension for local, dynamic addition of js/css to the any page
Ukuran File 13.47 KB
Jumlah Instalasi 30
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2019-02-03
Tanggal Publikasi 2019-01-31
Penilaian 5.00/5 Total 1 Penilaian
Pengembang rozov1
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bercly0b/injector-chrome-extension
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}