Comeback

Comeback to the top of the page

Was ist Comeback?

Comeback ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Comeback to the top of the page".

Erweiterungsscreenshots

screenshot

Comeback-Erweiterungs-CRX-Datei herunterladen

Laden Sie Comeback-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
Offizielle URL https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
Beschreibung Comeback to the top of the page
Dateigröße 16.07 KB
Installationsanzahl 96
Aktuelle Version 0.0.2
Letztes Update 2022-05-15
Veröffentlichungsdatum 2022-05-11
Entwickler Unknown
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}