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
官方網址 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
    }
}