Comeback

Comeback to the top of the page

Qu'est-ce que Comeback ?

Comeback est une extension Chrome développée par Unknown, et sa fonction principale est "Comeback to the top of the page".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Comeback

Téléchargez les fichiers d'extension Comeback au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
URL Officiel https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
Description Comeback to the top of the page
Taille du Fichier 16.07 KB
Nombre d'Installations 96
Version Actuelle 0.0.2
Dernière Mise à Jour 2022-05-15
Date de Publication 2022-05-11
Développeur Unknown
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}