World Wonders
An excellent new tab extension for your Chrome browser with a World Wonders theme.
What is World Wonders?
World Wonders is a Chrome extension developed by product, and its main feature is "An excellent new tab extension for your Chrome browser with a World Wonders theme.".
Extension Screenshots
Download World Wonders Extension CRX File
Download World Wonders extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Explore breathtaking views of iconic landmarks while you search the web. With every new tab, you'll be transported to a different corner of the world, inspiring your next adventure or simply providing a moment of visual delight. Enhance your browsing experience and bring the world to your fingertips with our new tab extension. You accept the EULA and Privacy Policy and agree to select World Wonders Tab as your new tab page by installing the "World Wonders Tab" extension. Yahoo will offer the search tools that will be used in the Addon. However, your browser's default search settings won't alter due to the extension. Privacy Policy: https://www.worldwonderstab.com/privacy Terms of Service: https://www.worldwonderstab.com/tos
Extension Basic Information
Name | World Wonders |
ID | anbenmfochkikpalmdbelnbgbkpioben |
Official URL | https://chromewebstore.google.com/detail/world-wonders/anbenmfochkikpalmdbelnbgbkpioben |
Description | An excellent new tab extension for your Chrome browser with a World Wonders theme. |
File Size | 2.8 MB |
Installation Count | 1,284 |
Current Version | 1.1.0 |
Last Updated | 2023-05-29 |
Publish Date | 2023-04-18 |
Rating | 5.00/5 Total 1 Ratings |
Developer | product |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.worldwonderstab.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "World Wonders", "version": "1.1.0", "description": "An excellent new tab extension for your Chrome browser with a World Wonders theme.", "icons": { "16": "assets\/icons\/16px.png", "96": "assets\/icons\/96px.png", "128": "assets\/icons\/128px.png" }, "author": "Candy Tech", "homepage_url": "https:\/\/www.worldwonderstab.com\/", "permissions": [ "cookies", "storage" ], "host_permissions": [ "*:\/\/*.worldwonderstab.com\/*" ], "chrome_url_overrides": { "newtab": "new-tab.html" }, "background": { "service_worker": "mainClass.js", "type": "module" } } |