Comeback

Comeback to the top of the page

Vad är Comeback?

Comeback är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Comeback to the top of the page".

Tilläggsskärmbilder

screenshot

Ladda ner Comeback-förlängningens CRX-fil

Ladda ner Comeback-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Comeback Comeback
ID dmigneggooddghokkbnpblkigghbcilp
Officiell webbadress https://chromewebstore.google.com/detail/comeback/dmigneggooddghokkbnpblkigghbcilp
Beskrivning Comeback to the top of the page
Filstorlek 16.07 KB
Antal Installationer 96
Aktuell Version 0.0.2
Senast Uppdaterad 2022-05-15
Publiceringsdatum 2022-05-11
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}