Google Featured Photos Slideshow

View Google's Featured Photos in Chrome

What is Google Featured Photos Slideshow?

Google Featured Photos Slideshow is a Chrome extension developed by benkatz670, and its main feature is "View Google's Featured Photos in Chrome".

Extension Screenshots

screenshot
screenshot

Download Google Featured Photos Slideshow Extension CRX File

Download Google Featured Photos Slideshow 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

                        This extension applies certain CSS when at the URL: https://plus.google.com/featuredphotos

This creates a cool website for you to visit that is a slideshow of Google's featured photos, previously only available as a Mac screensaver or on Chromecast.

HOW TO USE:

1. Install this extension!
2. Go to https://plus.google.com/featuredphotos
3. Enjoy the amazing slideshow!                    

Extension Basic Information

Name Google Featured Photos Slideshow Google Featured Photos Slideshow
ID pepbogfgohpfngkncedakaegddjneapm
Official URL https://chromewebstore.google.com/detail/google-featured-photos-sl/pepbogfgohpfngkncedakaegddjneapm
Description View Google's Featured Photos in Chrome
File Size 10.5 KB
Installation Count 1,732
Current Version 0.1.0
Last Updated 2017-06-09
Publish Date 2017-06-09
Rating 3.00/5 Total 2 Ratings
Developer benkatz670
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Featured Photos Slideshow",
    "version": "0.1.0",
    "description": "View Google's Featured Photos in Chrome",
    "browser_action": {
        "default_icon": "google_plus_192dp.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/plus.google.com\/featuredphotos*"
            ]
        }
    ]
}