Comeback

Comeback to the top of the page

Apa itu Comeback?

Comeback adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Comeback to the top of the page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Comeback

Unduh file ekstensi Comeback dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A browser extension (add-on) for Google Chrome, Mozilla Firefox, Microsoft Edge, and Opera that allows you to quickly comeback to the top of the page.                    

Informasi Dasar Ekstensi

Nama Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
URL Resmi https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
Deskripsi Comeback to the top of the page
Ukuran File 16.07 KB
Jumlah Instalasi 96
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2022-05-15
Tanggal Publikasi 2022-05-11
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "service_worker": "sw.js"
    },
    "description": "Comeback to the top of the page",
    "name": "Comeback",
    "version": "0.0.2",
    "manifest_version": 3,
    "homepage_url": "https:\/\/convictionpop.com",
    "action": {
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "64": "icons\/icon_64.png",
        "32": "icons\/icon_32.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon_32.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}