Pong

Play pong easily any time with the pong chrome extension!

Qu'est-ce que Pong ?

Pong est une extension Chrome développée par tophatcomix, et sa fonction principale est "Play pong easily any time with the pong chrome extension!".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Pong 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

                        Play pong easily at any time!                    

Informations de Base sur l'Extension

Nom Pong Pong
ID glfjahkeilohfakpdppchhdiliokbinb
URL Officiel https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb
Description Play pong easily any time with the pong chrome extension!
Taille du Fichier 5.52 KB
Nombre d'Installations 20,000
Version Actuelle 1.0
Dernière Mise à Jour 2019-02-07
Date de Publication 2019-02-07
Évaluation 2.33/5 Total 15 Évaluations
Développeur tophatcomix
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pong",
    "description": "Play pong easily any time with the pong chrome extension!",
    "version": "1.0",
    "icons": {
        "16": "pong16.png",
        "48": "pong48.png",
        "128": "pong128.png"
    },
    "browser_action": {
        "default_icon": "pong16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}