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
Eメール [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"
    ]
}