Onets Poker
A very simple Video Poker
Co je Onets Poker?
Onets Poker je rozšíření Chrome vyvinuté robbi73, a jeho hlavní funkcí je „A very simple Video Poker“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Onets Poker
Stáhněte si soubory rozšíření Onets Poker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
"Ease 2 Play" Video Poker with no credits with no tokens no game over you play as long as you feel like it Video Poker semplicissimo senza crediti senza gettoni no game over giochi finché ne hai voglia Video poker fácil de jugar sin crédito sin fichas el juego no ha terminado juega todo el tiempo que quieras
Základní Informace o Rozšíření
Název | |
ID | nonemobmgmmmehpjlffnjhbdiemflbok |
Oficiální URL | https://chromewebstore.google.com/detail/onets-poker/nonemobmgmmmehpjlffnjhbdiemflbok |
Popis | A very simple Video Poker |
Velikost souboru | 268 KB |
Počet instalací | 44 |
Aktuální Verze | 2.2.0.0 |
Poslední Aktualizace | 2023-08-25 |
Datum Vydání | 2019-06-13 |
Vývojář | robbi73 |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | http://onets.altervista.org/privacy/informativa.html |
Podporované Jazyky | en,es,it,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "89.0.0.0", "name": "Onets Poker", "short_name": "Onets Poker", "author": "Oneto Roberto E.", "description": "__MSG_extensionDescription__", "version": "2.2.0.0", "action": { "default_icon": "img\/icon.png", "default_popup": "poker.html", "default_title": "__MSG_giochiamo__" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true, "browser_style": true }, "options_page": "options.html", "offline_enabled": true, "default_locale": "en" } |