Invisible Password
Hide your password from those eyes!
Wat is Invisible Password?
Invisible Password is een Chrome-extensie ontwikkeld door dvliman, en de belangrijkste functie is "Hide your password from those eyes!".
Extensie Screenshots
Download het CRX-bestand van de extensie Invisible Password
Download Invisible Password-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
Reveal hidden password under asterisks / stars Basisinformatie over de Extensie
| Naam | |
| ID | efeggfalpdfogofpllhhkccaojdbfmjh |
| Officiële URL | https://chrome.google.com/webstore/detail/invisible-password/efeggfalpdfogofpllhhkccaojdbfmjh |
| Beschrijving | Hide your password from those eyes! |
| Bestandsgrootte | 48.37 KB |
| Aantal Installaties | 18 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2014-03-10 |
| Publicatiedatum | 2014-03-10 |
| Ontwikkelaar | dvliman |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Invisible Password",
"version": "0.0.1",
"manifest_version": 2,
"description": "Hide your password from those eyes!",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"js\/jquery.min.js",
"src\/inject\/inject.js"
]
}
],
"background": {
"page": "background.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |