Secret Old Man

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

什么是Secret Old Man?

Secret Old Man是由Xavier Maruff开发的Chrome扩展程序,该扩展的主要功能是“Hides a picture of an old man somewhere in every web page”。

扩展截图

screenshot

下载Secret Old Man扩展crx文件

下载Secret Old Man扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Secret Old Man Secret Old Man
ID bcipoegbllpiaagnbbjbigienljnllkg
官方URL https://chromewebstore.google.com/detail/secret-old-man/bcipoegbllpiaagnbbjbigienljnllkg
简介 Hides a picture of an old man somewhere in every web page
文件大小 1.17 MB
安装次数 129
当前版本 0.1
更新时间 2021-04-19
上架时间 2021-04-19
评分 5.00/5 共8次评分
开发者 Xavier Maruff
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Xavier-Maruff/Secret-Old-Man
支持的语言 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"
    ]
}