Bingo Tunes Extension

You can Run your Bingo Tunes without any Permission hassle

Hvad er Bingo Tunes Extension?

Bingo Tunes Extension er en Chrome-udvidelse udviklet af admin, og dens hovedfunktion er "You can Run your Bingo Tunes without any Permission hassle".

Udvidelsesskærmbilleder

screenshot

Download Bingo Tunes Extension-udvidelses-CRX-fil

Download Bingo Tunes Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Bingo Tunes Extension Bingo Tunes Extension
ID blmafgbdhcehmbnnfeiapfcfgphnbabn
Officiel URL https://chromewebstore.google.com/detail/bingo-tunes-extension/blmafgbdhcehmbnnfeiapfcfgphnbabn
Beskrivelse You can Run your Bingo Tunes without any Permission hassle
Filstørrelse 17.22 KB
Antal Installationer 17
Nuværende Version 0.1.0
Senest Opdateret 2018-11-08
Udgivelsesdato 2018-11-08
Udvikler admin
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://b1.gamejamstudio.com/apps/beats/pp.php
Understøttede Sprog 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
}