Bingo Tunes Extension
You can Run your Bingo Tunes without any Permission hassle
Co to jest Bingo Tunes Extension?
Bingo Tunes Extension to rozszerzenie Chrome opracowane przez admin, a jego główną funkcją jest „You can Run your Bingo Tunes without any Permission hassle”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bingo Tunes Extension
Pobierz pliki rozszerzeń Bingo Tunes Extension 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
Now you can Play Bingo Tunes without any Hassle. Install this Extension and give one time permission for Flash consent to avoid permission confirmation each time when tried to load the game on google chrome. Your consent to Flash will not be shared with any other parties. Use of this extension is subject to our Terms of Service
Podstawowe informacje o rozszerzeniu
Nazwa | Bingo Tunes Extension |
ID | blmafgbdhcehmbnnfeiapfcfgphnbabn |
Oficjalny URL | https://chromewebstore.google.com/detail/bingo-tunes-extension/blmafgbdhcehmbnnfeiapfcfgphnbabn |
Opis | You can Run your Bingo Tunes without any Permission hassle |
Rozmiar pliku | 17.22 KB |
Liczba instalacji | 17 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2018-11-08 |
Data Publikacji | 2018-11-08 |
Deweloper | admin |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://b1.gamejamstudio.com/apps/beats/pp.php |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bingo Tunes Extension", "description": "You can Run your Bingo Tunes without any Permission hassle", "icons": { "128": "toolbar_icon.png" }, "permissions": [ "contentSettings" ], "browser_action": { "default_icon": "toolbar_icon.png", "default_popup": "default.html" }, "background": { "scripts": [ "flashAllow.js" ], "persistent": true }, "version": "0.1.0", "manifest_version": 2 } |