Comeback

Comeback to the top of the page

Wat is Comeback?

Comeback is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Comeback to the top of the page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comeback

Download Comeback-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
Officiële URL https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
Beschrijving Comeback to the top of the page
Bestandsgrootte 16.07 KB
Aantal Installaties 96
Huidige Versie 0.0.2
Laatst Bijgewerkt 2022-05-15
Publicatiedatum 2022-05-11
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}