Pong
Play pong easily any time with the pong chrome extension!
Wat is Pong?
Pong is een Chrome-extensie ontwikkeld door tophatcomix, en de belangrijkste functie is "Play pong easily any time with the pong chrome extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Pong
Download Pong-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
Play pong easily at any time!
Basisinformatie over de Extensie
Naam | |
ID | glfjahkeilohfakpdppchhdiliokbinb |
Officiële URL | https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb |
Beschrijving | Play pong easily any time with the pong chrome extension! |
Bestandsgrootte | 5.52 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-02-07 |
Publicatiedatum | 2019-02-07 |
Beoordeling | 2.33/5 Totaal 15 Beoordelingen |
Ontwikkelaar | tophatcomix |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |