Uncheck the button
Allows to uncheck any radio button of a form.
What is Uncheck the button?
Uncheck the button is a Chrome extension developed by Uncheck the button, and its main feature is "Allows to uncheck any radio button of a form.".
Extension Screenshots
Download Uncheck the button Extension CRX File
Download Uncheck the button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | acpmbcjjnloohcomkhlmbanolfcppone |
Official URL | https://chrome.google.com/webstore/detail/uncheck-the-button/acpmbcjjnloohcomkhlmbanolfcppone |
Description | Allows to uncheck any radio button of a form. |
File Size | 54.8 KB |
Installation Count | 64 |
Current Version | 0.4 |
Last Updated | 2019-01-19 |
Publish Date | 2019-01-19 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Uncheck the button |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Uncheck the button", "version": "0.4", "description": "Allows to uncheck any radio button of a form.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab" ], "background": { "scripts": [ "script.js" ], "persistent": false }, "manifest_version": 2 } |