Bingo Tunes Extension
You can Run your Bingo Tunes without any Permission hassle
Cos'è Bingo Tunes Extension?
Bingo Tunes Extension è un'estensione di Chrome sviluppata da admin, e la sua funzione principale è "You can Run your Bingo Tunes without any Permission hassle".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bingo Tunes Extension
Scarica i file di estensione Bingo Tunes Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Bingo Tunes Extension |
ID | blmafgbdhcehmbnnfeiapfcfgphnbabn |
URL Ufficiale | https://chromewebstore.google.com/detail/bingo-tunes-extension/blmafgbdhcehmbnnfeiapfcfgphnbabn |
Descrizione | You can Run your Bingo Tunes without any Permission hassle |
Dimensione del File | 17.22 KB |
Conteggio Installazioni | 17 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2018-11-08 |
Data di Pubblicazione | 2018-11-08 |
Sviluppatore | admin |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://b1.gamejamstudio.com/apps/beats/pp.php |
Lingue Supportate | 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 } |