Comeback

Comeback to the top of the page

What is Comeback?

Comeback is a Chrome extension developed by Unknown, and its main feature is "Comeback to the top of the page".

Extension Screenshots

screenshot

Download Comeback Extension CRX File

Download Comeback extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
Official URL https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
Description Comeback to the top of the page
File Size 16.07 KB
Installation Count 96
Current Version 0.0.2
Last Updated 2022-05-15
Publish Date 2022-05-11
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages 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"
}