Auto-Filler

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

Auto-Filler là gì?

Auto-Filler là một tiện ích mở rộng Chrome được phát triển bởi rafikis75, và tính năng chính của nó là "This extension will auto-fill the inputs for uploading video files".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto-Filler

Tải xuống các tệp mở rộng Auto-Filler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Auto fill video fields for uploading to Torah AnyTime                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto-Filler Auto-Filler
ID gfddochbjhodmbibhfhmnikgecggoljn
URL Chính Thức https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn
Mô tả This extension will auto-fill the inputs for uploading video files
Kích Thước Tệp 6.55 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-08-19
Ngày Phát Hành 2016-08-19
Nhà Phát Triển rafikis75
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}