Auto-Filler

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

ما هو Auto-Filler؟

Auto-Filler هو إضافة Chrome تم تطويرها بواسطة rafikis75، والميزة الرئيسية لها هي "This extension will auto-fill the inputs for uploading video files".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Auto-Filler

قم بتنزيل ملفات الامتداد Auto-Filler بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
    }
}