Unhide

A Chrome Extension to unhide all elements

What is Unhide?

Unhide is a Chrome extension developed by Ryan Wheeler, and its main feature is "A Chrome Extension to unhide all elements".

Extension Screenshots

screenshot

Download Unhide Extension CRX File

Download Unhide 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 Unhide Unhide
ID biaeilepbfhdnghfdiflahpfefoedkhp
Official URL https://chrome.google.com/webstore/detail/unhide/biaeilepbfhdnghfdiflahpfefoedkhp
Description A Chrome Extension to unhide all elements
File Size 35.61 KB
Installation Count 503
Current Version 1.0
Last Updated 2018-11-20
Publish Date 2018-11-16
Developer Ryan Wheeler
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unhide",
    "description": "A Chrome Extension to unhide all elements",
    "version": "1.0",
    "background": {
        "scripts": [
            "loader.js"
        ]
    },
    "icons": {
        "128": "Icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "Icon128.png"
        }
    },
    "permissions": [
        "tabs",
        "activeTab",
        ""
    ]
}