Auto-Filler

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

什么是Auto-Filler?

Auto-Filler是由rafikis75开发的Chrome扩展程序,该扩展的主要功能是“This extension will auto-fill the inputs for uploading video files”。

扩展截图

screenshot

下载Auto-Filler扩展crx文件

下载Auto-Filler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Auto fill video fields for uploading to Torah AnyTime                    

扩展基本信息

名称 Auto-Filler Auto-Filler
ID gfddochbjhodmbibhfhmnikgecggoljn
官方URL https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn
简介 This extension will auto-fill the inputs for uploading video files
文件大小 6.55 KB
安装次数 78
当前版本 1.2
更新时间 2016-08-19
上架时间 2016-08-19
开发者 rafikis75
电子邮箱 [email protected]
付费类型 free
支持的语言 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
    }
}