Auto-Filler
This extension will auto-fill the inputs for uploading video files
Co to jest Auto-Filler?
Auto-Filler to rozszerzenie Chrome opracowane przez rafikis75, a jego główną funkcją jest „This extension will auto-fill the inputs for uploading video files”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Auto-Filler
Pobierz pliki rozszerzeń Auto-Filler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Auto fill video fields for uploading to Torah AnyTime
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gfddochbjhodmbibhfhmnikgecggoljn |
Oficjalny URL | https://chromewebstore.google.com/detail/auto-filler/gfddochbjhodmbibhfhmnikgecggoljn |
Opis | This extension will auto-fill the inputs for uploading video files |
Rozmiar pliku | 6.55 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-08-19 |
Data Publikacji | 2016-08-19 |
Deweloper | rafikis75 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |