Pong
Play pong easily any time with the pong chrome extension!
Co to jest Pong?
Pong to rozszerzenie Chrome opracowane przez tophatcomix, a jego główną funkcją jest „Play pong easily any time with the pong chrome extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pong
Pobierz pliki rozszerzeń Pong w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Play pong easily at any time!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glfjahkeilohfakpdppchhdiliokbinb |
Oficjalny URL | https://chrome.google.com/webstore/detail/pong/glfjahkeilohfakpdppchhdiliokbinb |
Opis | Play pong easily any time with the pong chrome extension! |
Rozmiar pliku | 5.52 KB |
Liczba instalacji | 20,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2019-02-07 |
Data Publikacji | 2019-02-07 |
Ocena | 2.33/5 Łącznie 15 Oceny |
Deweloper | tophatcomix |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |