Bubble Booms Start
When you install our chrome extension, your new tab will change to the Bubble Booms Games new tab. Easily access free games.
Τι είναι το Bubble Booms Start;
Το Bubble Booms Start είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.bubblebooms.com, και η κύρια λειτουργία του είναι "When you install our chrome extension, your new tab will change to the Bubble Booms Games new tab. Easily access free games.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bubble Booms Start
Λήψη αρχείων επέκτασης Bubble Booms Start σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When you install our chrome extension, your new tab will change to the Bubble Booms Games new tab. The Bubble Booms Games Chrome extension lets you keep up to date with our latest Bubble games. Its features include: Link to the BubbleBooms.com Website Easily accessible through your Chrome extension button. Easy Web Search Easily search the web with the search bar on the new tab. The search is powered by the Bing search engine. Random Games Add a bit of spice to your gaming by browsing our Random games list on your new tab. You may just find your next favorite game! Quick Links Visit your favorite websites like Google, Youtube, Facebook and more right from your new tab. Please read carefully: By clicking the “ADD TO CHROME” button in the top right-hand corner and installing the Bubble Booms Games Start Chrome extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy as well as to receive any future updates and upgrades. You can uninstall the extension at any time. Terms of use https://www.bubblebooms.com/terms Privacy Policy https://www.bubblebooms.com/privacy How to remove our extension from Chrome browser: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, find the name of the extension you wish to uninstall. 5) Click on the trash can icon to the right of "Enable" (for the extension you wish to uninstall). 6) Our extension should be removed from your Chrome browser. For assistance from our customer service team, please contact us here: https://www.bubblebooms.com/contact
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bubble Booms Start |
ID | eimcmdajgbmegjjmffejkfijecdibhjd |
Επίσημο URL | https://chromewebstore.google.com/detail/bubble-booms-start/eimcmdajgbmegjjmffejkfijecdibhjd |
Περιγραφή | When you install our chrome extension, your new tab will change to the Bubble Booms Games new tab. Easily access free games. |
Μέγεθος Αρχείου | 113 KB |
Αριθμός Εγκαταστάσεων | 86 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2022-12-14 |
Ημερομηνία Δημοσίευσης | 2021-01-27 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://www.bubblebooms.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.bubblebooms.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.bubblebooms.com/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.pikoya.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bubble Booms Start", "short_name": "Bubble Booms", "manifest_version": 3, "version": "1.4", "description": "When you install our chrome extension, your new tab will change to the Bubble Booms Games new tab. Easily access free games.", "chrome_url_overrides": { "newtab": "bubblebooms.html" }, "action": { "default_icon": { "16": "16x16.png", "24": "24x24.png", "32": "32x32.png" } }, "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "web_accessible_resources": [ { "resources": [ "*.png" ], "matches": [ "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" } } |