Secret Old Man

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

Qu'est-ce que Secret Old Man ?

Secret Old Man est une extension Chrome développée par Xavier Maruff, et sa fonction principale est "Hides a picture of an old man somewhere in every web page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Secret Old Man

Téléchargez les fichiers d'extension Secret Old Man au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Secret Old Man Secret Old Man
ID bcipoegbllpiaagnbbjbigienljnllkg
URL Officiel https://chromewebstore.google.com/detail/secret-old-man/bcipoegbllpiaagnbbjbigienljnllkg
Description Hides a picture of an old man somewhere in every web page
Taille du Fichier 1.17 MB
Nombre d'Installations 129
Version Actuelle 0.1
Dernière Mise à Jour 2021-04-19
Date de Publication 2021-04-19
Évaluation 5.00/5 Total 8 Évaluations
Développeur Xavier Maruff
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Xavier-Maruff/Secret-Old-Man
Langues Prises en Charge 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"
    ]
}