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
官方網址 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"
    ]
}