Secret Old Man

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

Wat is Secret Old Man?

Secret Old Man is een Chrome-extensie ontwikkeld door Xavier Maruff, en de belangrijkste functie is "Hides a picture of an old man somewhere in every web page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Secret Old Man

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

                        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!                    

Basisinformatie over de Extensie

Naam Secret Old Man Secret Old Man
ID bcipoegbllpiaagnbbjbigienljnllkg
Officiële URL https://chromewebstore.google.com/detail/secret-old-man/bcipoegbllpiaagnbbjbigienljnllkg
Beschrijving Hides a picture of an old man somewhere in every web page
Bestandsgrootte 1.17 MB
Aantal Installaties 129
Huidige Versie 0.1
Laatst Bijgewerkt 2021-04-19
Publicatiedatum 2021-04-19
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Xavier Maruff
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Xavier-Maruff/Secret-Old-Man
Ondersteunde Talen 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"
    ]
}