Auto-Filler

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

Wat is Auto-Filler?

Auto-Filler is een Chrome-extensie ontwikkeld door rafikis75, en de belangrijkste functie is "This extension will auto-fill the inputs for uploading video files".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Auto-Filler

Download Auto-Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Auto fill video fields for uploading to Torah AnyTime                    

Basisinformatie over de Extensie

Naam Auto-Filler Auto-Filler
ID gfddochbjhodmbibhfhmnikgecggoljn
Officiële URL https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn
Beschrijving This extension will auto-fill the inputs for uploading video files
Bestandsgrootte 6.55 KB
Aantal Installaties 78
Huidige Versie 1.2
Laatst Bijgewerkt 2016-08-19
Publicatiedatum 2016-08-19
Ontwikkelaar rafikis75
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}