Secret Old Man
Hides a picture of an old man somewhere in every web page
Cos'è Secret Old Man?
Secret Old Man è un'estensione di Chrome sviluppata da Xavier Maruff, e la sua funzione principale è "Hides a picture of an old man somewhere in every web page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Secret Old Man
Scarica i file di estensione Secret Old Man in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Secret Old Man |
ID | bcipoegbllpiaagnbbjbigienljnllkg |
URL Ufficiale | https://chromewebstore.google.com/detail/secret-old-man/bcipoegbllpiaagnbbjbigienljnllkg |
Descrizione | Hides a picture of an old man somewhere in every web page |
Dimensione del File | 1.17 MB |
Conteggio Installazioni | 129 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-04-19 |
Data di Pubblicazione | 2021-04-19 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | Xavier Maruff |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Xavier-Maruff/Secret-Old-Man |
Lingue Supportate | 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": [ " |