Top Games Tab

Top Games Tab for Chrome

Wat is Top Games Tab?

Top Games Tab is een Chrome-extensie ontwikkeld door socialappshortcut, en de belangrijkste functie is "Top Games Tab for Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Top Games Tab

Download Top Games Tab-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

                        Top games tab extension allows quickly open your favorite game from the new tab!

Top games tab includes a search bar and a user-friendly design for better new tab page experience.
Need only one click for starting enjoying with your favorite games.                    

Basisinformatie over de Extensie

Naam Top Games Tab Top Games Tab
ID pjgjecnhdoljmjhimmockhjlepnejcpj
Officiële URL https://chromewebstore.google.com/detail/top-games-tab/pjgjecnhdoljmjhimmockhjlepnejcpj
Beschrijving Top Games Tab for Chrome
Bestandsgrootte 153 KB
Aantal Installaties 150
Huidige Versie 0.6.8
Laatst Bijgewerkt 2020-08-20
Publicatiedatum 2020-07-27
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar socialappshortcut
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extname__",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_title": "__MSG_extname__"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "minimum_chrome_version": "49",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "version": "0.6.8"
}