Bingo Tunes Extension
You can Run your Bingo Tunes without any Permission hassle
ما هو Bingo Tunes Extension؟
Bingo Tunes Extension هو إضافة Chrome تم تطويرها بواسطة admin، والميزة الرئيسية لها هي "You can Run your Bingo Tunes without any Permission hassle".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bingo Tunes Extension
قم بتنزيل ملفات الامتداد Bingo Tunes Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Bingo Tunes Extension |
ID | blmafgbdhcehmbnnfeiapfcfgphnbabn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bingo-tunes-extension/blmafgbdhcehmbnnfeiapfcfgphnbabn |
الوصف | You can Run your Bingo Tunes without any Permission hassle |
حجم الملف | 17.22 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2018-11-08 |
تاريخ النشر | 2018-11-08 |
المطور | admin |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://b1.gamejamstudio.com/apps/beats/pp.php |
اللغات المدعومة | 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 } |