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
Eメール [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
    }
}