Aww
Replaces the new tab page with the cutest gifs from /r/aww
What is Aww?
Aww is a Chrome extension developed by Anuraag, and its main feature is "Replaces the new tab page with the cutest gifs from /r/aww".
Extension Screenshots
Download Aww Extension CRX File
Download Aww 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
Extension Basic Information
Name | |
ID | ceojjgdcmdmcpiplcnbbbjfgplhledhj |
Official URL | https://chrome.google.com/webstore/detail/aww/ceojjgdcmdmcpiplcnbbbjfgplhledhj |
Description | Replaces the new tab page with the cutest gifs from /r/aww |
File Size | 77.02 KB |
Installation Count | 17 |
Current Version | 1.1 |
Last Updated | 2017-05-13 |
Publish Date | 2017-05-13 |
Rating | 1.33/5 Total 6 Ratings |
Developer | Anuraag |
Payment Type | free |
Extension Website | http://anuraag.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Aww", "description": "Replaces the new tab page with the cutest gifs from \/r\/aww", "version": "1.1", "permissions": [ "tabs", "http:\/\/reddit.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |