HuntSplash: Beautiful Photos & Top Products

See beautiful photos along with top trending products on every new tab you open in Google Chrome.

What is HuntSplash: Beautiful Photos & Top Products?

HuntSplash: Beautiful Photos & Top Products is a Chrome extension developed by Jenil Gogari, and its main feature is "See beautiful photos along with top trending products on every new tab you open in Google Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HuntSplash: Beautiful Photos & Top Products Extension CRX File

Download HuntSplash: Beautiful Photos & Top Products 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

                        Every time you open a new tab, you get to see a beautiful photo from Unsplash along with top trending products from Product Hunt.

Product Hunt + Unsplash = HuntSplash

Product Hunt is a curation of the best new products, every day. Discover the latest mobile apps, websites, and technology products that everyone's talking about.

Unsplash is a website for free high-resolution photos. 

If you have any questions about HuntSplash, Contact me on twitter: @geekGogari

Report issues: https://github.com/jenil/huntsplash/issues                    

Extension Basic Information

Name HuntSplash: Beautiful Photos & Top Products HuntSplash: Beautiful Photos & Top Products
ID fejjkeajblelillckhllmplcpdegdphb
Official URL https://chromewebstore.google.com/detail/huntsplash-beautiful-phot/fejjkeajblelillckhllmplcpdegdphb
Description See beautiful photos along with top trending products on every new tab you open in Google Chrome.
File Size 280 KB
Installation Count 92
Current Version 1.1.0
Last Updated 2019-01-31
Publish Date 2019-01-31
Rating 5.00/5 Total 13 Ratings
Developer Jenil Gogari
Email [email protected]
Payment Type free
Extension Website https://jgog.in
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HuntSplash: Beautiful Photos & Top Products",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "See beautiful photos along with top trending products on every new tab you open in Google Chrome.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/api.producthunt.com\/*",
        "*:\/\/api.unsplash.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "main.js",
        "client.*.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'"
}