Secret Old Man

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

Secret Old Manคืออะไร?

Secret Old Man เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xavier Maruff และคุณลักษณะหลักของมันคือ "Hides a picture of an old man somewhere in every web page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Secret Old Man

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}