Auto-Filler

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

Vad är Auto-Filler?

Auto-Filler är en Chrome-tillägg utvecklad av rafikis75, och dess huvudfunktion är "This extension will auto-fill the inputs for uploading video files".

Tilläggsskärmbilder

screenshot

Ladda ner Auto-Filler-förlängningens CRX-fil

Ladda ner Auto-Filler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Auto fill video fields for uploading to Torah AnyTime                    

Grundläggande Information om Tillägg

Namn Auto-Filler Auto-Filler
ID gfddochbjhodmbibhfhmnikgecggoljn
Officiell webbadress https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn
Beskrivning This extension will auto-fill the inputs for uploading video files
Filstorlek 6.55 KB
Antal Installationer 78
Aktuell Version 1.2
Senast Uppdaterad 2016-08-19
Publiceringsdatum 2016-08-19
Utvecklare rafikis75
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}