Auto-Filler

This extension will auto-fill the inputs for uploading video files

Apa itu Auto-Filler?

Auto-Filler adalah ekstensi Chrome yang dikembangkan oleh rafikis75, dan fitur utamanya adalah "This extension will auto-fill the inputs for uploading video files".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Auto-Filler

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

                        Auto fill video fields for uploading to Torah AnyTime                    

Informasi Dasar Ekstensi

Nama Auto-Filler Auto-Filler
ID gfddochbjhodmbibhfhmnikgecggoljn
URL Resmi https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn
Deskripsi This extension will auto-fill the inputs for uploading video files
Ukuran File 6.55 KB
Jumlah Instalasi 78
Versi Saat Ini 1.2
Terakhir Diperbarui 2016-08-19
Tanggal Publikasi 2016-08-19
Pengembang rafikis75
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto-Filler",
    "description": "This extension will auto-fill the inputs for uploading video files",
    "version": "1.2",
    "icons": {
        "48": "myIcon48.png"
    },
    "browser_action": {
        "default_icon": "myIcon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "auto.js"
        ],
        "persistent": false
    }
}