Secret Old Man

Hides a picture of an old man somewhere in every web page

What is Secret Old Man?

Secret Old Man is a Chrome extension developed by Xavier Maruff, and its main feature is "Hides a picture of an old man somewhere in every web page".

Extension Screenshots

screenshot

Download Secret Old Man Extension CRX File

Download Secret Old Man 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

                        This extension hides a tiny little picture of an old man somewhere on every page you visit, and it's your job to find him and click on him!                    

Extension Basic Information

Name Secret Old Man Secret Old Man
ID bcipoegbllpiaagnbbjbigienljnllkg
Official URL https://chromewebstore.google.com/detail/secret-old-man/bcipoegbllpiaagnbbjbigienljnllkg
Description Hides a picture of an old man somewhere in every web page
File Size 1.17 MB
Installation Count 129
Current Version 0.1
Last Updated 2021-04-19
Publish Date 2021-04-19
Rating 5.00/5 Total 8 Ratings
Developer Xavier Maruff
Email [email protected]
Payment Type free
Extension Website https://github.com/Xavier-Maruff/Secret-Old-Man
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Old Man",
    "description": "Hides a picture of an old man somewhere in every web page",
    "version": "0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Secret Old Man"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon.png"
    ]
}