*NEW* March Madness Wallpapers Theme New Tab
Stay up to date on the latest NCAA Basketball March Madness action with this new tab gallery. Includes the latets videos and news.
Τι είναι το *NEW* March Madness Wallpapers Theme New Tab;
Το *NEW* March Madness Wallpapers Theme New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://brandthunder.com, και η κύρια λειτουργία του είναι "Stay up to date on the latest NCAA Basketball March Madness action with this new tab gallery. Includes the latets videos and news.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης *NEW* March Madness Wallpapers Theme New Tab
Λήψη αρχείων επέκτασης *NEW* March Madness Wallpapers Theme New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Install this extension to get different MARCH MADNESS images on each tab page! QUESTIONS? -> [email protected] With our extension, you get a high-res new tab experience. We change the new tab search box to BING along with some banner advertising and quick-links to great brand partners! Also , enjoy a twitter feed and embedded basketball videos! Thanks for your support!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dmgmmnbkabfldagjngdhjbbiklmkhojh |
Επίσημο URL | https://chrome.google.com/webstore/detail/new-march-madness-wallpap/dmgmmnbkabfldagjngdhjbbiklmkhojh |
Περιγραφή | Stay up to date on the latest NCAA Basketball March Madness action with this new tab gallery. Includes the latets videos and news. |
Μέγεθος Αρχείου | 43.88 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 4.0.9 |
Τελευταία Ενημέρωση | 2021-10-14 |
Ημερομηνία Δημοσίευσης | 2018-03-27 |
Αξιολόγηση | 5.00/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | http://brandthunder.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | http://support.brandthunder.com/brandthunder |
URL της Σελίδας Πολιτικής Απορρήτου | http://brandthunder.com/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "*NEW* March Madness Wallpapers Theme New Tab", "version": "4.0.9", "description": "Stay up to date on the latest NCAA Basketball March Madness action with this new tab gallery. Includes the latets videos and news.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "*NEW* March Madness Wallpapers Theme New Tab", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |