Chrome Web
- Chrome Web Store Games
- Chrome Web Store Extensions
- Chrome Web Store Themes
- Chrome Web Store Themes Background
Chrome is a very popular web browser designed to be fast and lightweight. It was developed by Google in order to make surfing the web easier even as technology changes. Chrome has an incredibly minimalist interface with very few buttons or menus. This is intended to maximize the amount of screen space available for displaying websites. BrowsingHistoryView - View the browsing history of popluar Web browsers - Chrome, IE, Firefox, and Safari. Description ChromeHistoryView is a small utility that reads the history data file of Google Chrome Web browser, and displays the list of all visited Web pages in the last days. Google Chrome for Windows and Mac is a free web browser developed by internet giant Google. Chrome is designed to offer its users a fast and easy browsing experience, reason why its user interface is rather clean.Google has put efforts into making its browser a safe one with great settings, information and cookies management built-in tools. What are the main reasons for installing Google Chrome? Discover great apps, games, extensions and themes for Google Chrome.
The Chrome Web Store payments system is now deprecated and will be shut down over the coming months. There are many other ways to monetize your extensions, and if you currently use Chrome Web Store payments, you'll need to migrate to one of them.
Why this is changing #
The web has come a long way in the 11 years since we launched the Chrome Web Store. Back then, we wanted to provide a way for developers to monetize their Web Store items. But in the years since, the ecosystem has grown and developers now have many payment-handling options available to them.
What it means for developers #
If you don't use Chrome Web Store payments to monetize your extension, then this does not affect you and you don't have to do anything.
If you use Chrome Web Store payments to charge for your extension or in-app purchases, you'll need to migrate to another payments processor in the near future. If you use the licensing API to keep track of who has paid, you'll need to implement another way of tracking user licenses.
Details of what's happening #
You will need to migrate your billing if you are affected by this change. Specifically, you'll need to make changes if you monetize your extensions in any of the following ways:
- If you have configured a one-time purchase for your extension using the developer dashboard.
- If you use any of the following resources in the Chrome Web Store API:
- InAppProducts
- UserLicenses
- Payments
- If you use the following helper methods provided by buy.js:
- google.payments.inapp.getSkuDetails
- google.payments.inapp.buy
- google.payments.inapp.getPurchases
- google.payments.inapp.consumePurchase
Milestone dates #
The deprecation timeline began with the temporary disabling of new paid items because of resource constraints due to Covid-19. We have since decided to make this change permanent, and over the coming months payments for existing items will be phased out.
- March 27, 2020 Publishing of paid items temporarily disabled.
- September 21, 2020 You can no longer create new paid extensions or in-app items. This change, in effect since March 2020, is now permanent.
- December 1, 2020 Free trials are disabled. The 'Try Now' button in CWS will no longer be visible, and in-app free trials requests will result in an error.
- Feb 1, 2021 Your existing items and in-app purchases can no longer charge money with Chrome Web Store payments. You can still query license information for previously paid purchases and subscriptions. (The licensing API will accurately reflect the status of active subscriptions, but these subscriptions won't auto-renew.)
- At some future time The licensing API will no longer allow you to determine license status for your users.
After payments is disabled, you can still use the Licensing API to determine if users are currently licensed. However, this is also deprecated and will be shut down at some point, so you should begin migrating your license tracking to a different implementation.
Exporting user licenses #
If you're using the Chrome Web Store or the Licensing API, you'll need to do the following:
Chrome Web Store Games
- Migrate to another payments processor
- Migrate your licensing tracking
Chrome Web Store Extensions
There is no way to bulk export your existing user licenses, so you need to have your users help with this part of the migration.
We recommend that you handle license migration in your back-end system, using the Chrome Web Store API. You'll need to use OAuth 2.0 with your users' consent to access these APIs. The general sequence is:
Chrome Web Store Themes
- Implement your replacement payment/licensing scheme.
- Prepare a license migration app that runs on your site, which accesses the Chrome Web Store API. This app needs to use OAuth 2.0 to authenticate, with user consent, and fetch the user's subscription details.
- Create and publish a new version of your extension that directs users to your site to perform the migration.
Chrome Web Store Themes Background
ChromeDriver
|