Human Typing By Vikyp
Human Typing By Vikyp
Wat is Human Typing By Vikyp?
Human Typing By Vikyp is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Human Typing By Vikyp".
Extensie Screenshots
Download het CRX-bestand van de extensie Human Typing By Vikyp
Download Human Typing By Vikyp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Human Typing By Vikyp emulates clipboard paste as human typing for fast and easy data input into fields in the browser.
Basisinformatie over de Extensie
Naam | Human Typing By Vikyp |
ID | pkklnaklcgpbepjfpdapabdmbhpjkgjp |
Officiële URL | https://chromewebstore.google.com/detail/human-typing-by-vikyp/pkklnaklcgpbepjfpdapabdmbhpjkgjp |
Beschrijving | Human Typing By Vikyp |
Bestandsgrootte | 567 KB |
Aantal Installaties | 1,129 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-03-27 |
Publicatiedatum | 2020-03-27 |
Beoordeling | 1.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/vikash.pandey72/ |
Help Pagina-URL | https://www.facebook.com/vikash.pandey72/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "assets\/icon_128_mc_4.png", "default_popup": "index.html" }, "description": "Human Typing By Vikyp", "icons": { "128": "assets\/icon_128_mc.png", "16": "assets\/icon_128_mc_4.png" }, "commands": { "paste_last": { "description": "Copy all saved copies at once", "suggested_key": { "default": "Ctrl+Q" } } }, "manifest_version": 2, "name": "Human Typing By Vikyp", "permissions": [ "activeTab", "storage", "contextMenus" ], "version": "1.0.2" } |