AOL OneClick
Provides quick access to AOL.com for entertainment
What is AOL OneClick?
AOL OneClick is a Chrome extension developed by https://aol.com, and its main feature is "Provides quick access to AOL.com for entertainment".
Extension Screenshots
Download AOL OneClick Extension CRX File
Download AOL OneClick 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
AOL One Click is the shortcut you need to get you to the AOL.com homepage quickly and easily. This Chrome browser extension includes an enhancement that allows you to have AOL.com load each time you open a new tab. Getting to the stories and features you love on AOL.com has never been easier! http://www.aol.com
Extension Basic Information
Name | AOL OneClick |
ID | clikkblliffbbkffahjehcdeknmedelg |
Official URL | https://chromewebstore.google.com/detail/aol-oneclick/clikkblliffbbkffahjehcdeknmedelg |
Description | Provides quick access to AOL.com for entertainment |
File Size | 86.35 KB |
Installation Count | 119,071 |
Current Version | 6.40.191.6 |
Last Updated | 2017-01-19 |
Publish Date | 2017-01-19 |
Rating | 3.41/5 Total 259 Ratings |
Developer | https://aol.com |
Payment Type | free |
Privacy Policy Page URL | http://privacy.aol.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AOL OneClick", "description": "Provides quick access to AOL.com for entertainment", "default_locale": "en", "version": "6.40.191.6", "background": { "page": "data\/views\/background.html" }, "browser_action": { "default_title": "__MSG_buttonTitle__", "default_icon": "data\/img\/icon16.png" }, "permissions": [ "http:\/\/aol.com\/*", "cookies" ], "chrome_url_overrides": { "newtab": "data\/views\/redirect.html" }, "icons": { "16": "data\/img\/icon16.png", "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" }, "manifest_version": 2 } |