typd
お前は今まで入力したフォームの値を覚えているのか?
Qu'est-ce que typd ?
typd est une extension Chrome développée par 101000LAB, et sa fonction principale est "お前は今まで入力したフォームの値を覚えているのか?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension typd
Téléchargez les fichiers d'extension typd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"お前は今まで入力したフォームの値を覚えているのか?" typdはフォームの入力データをパスワードと同じように保存するエクステンションです
Informations de Base sur l'Extension
Nom | typd |
ID | jnnbmnfnjfoodeahelonehhokpbjpbmb |
URL Officiel | https://chromewebstore.google.com/detail/typd/jnnbmnfnjfoodeahelonehhokpbjpbmb |
Description | お前は今まで入力したフォームの値を覚えているのか? |
Taille du Fichier | 327 KB |
Nombre d'Installations | 186 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2018-03-08 |
Date de Publication | 2018-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | 101000LAB |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.2.0", "default_locale": "ja", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "browser_action": { "default_icon": "on.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "dist\/background.bundle.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "dist\/index.bundle.js" ], "css": [ "css\/style.css" ] } ], "options_page": "options.html" } |