Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ShowPassword",
"version": "1.2.1",
"manifest_version": 3,
"default_locale": "en",
"description": "__MSG_extension_description__",
"content_scripts": [
{
"all_frames": true,
"js": [
"showPassword.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon32.png",
"32": "icon32.png",
"64": "icon.png",
"128": "icon.png"
},
"options_page": "options.html",
"permissions": [
"storage"
]
}