Auto-Filler
This extension will auto-fill the inputs for uploading video files
What is Auto-Filler?
Auto-Filler is a Chrome extension developed by rafikis75, and its main feature is "This extension will auto-fill the inputs for uploading video files".
Extension Screenshots
Download Auto-Filler Extension CRX File
Download Auto-Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Auto fill video fields for uploading to Torah AnyTime
Extension Basic Information
Name | |
ID | gfddochbjhodmbibhfhmnikgecggoljn |
Official URL | https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn |
Description | This extension will auto-fill the inputs for uploading video files |
File Size | 6.55 KB |
Installation Count | 78 |
Current Version | 1.2 |
Last Updated | 2016-08-19 |
Publish Date | 2016-08-19 |
Developer | rafikis75 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |