Gpp

A set of small improvements for G+

What is Gpp?

Gpp is a Chrome extension developed by Swader, and its main feature is "A set of small improvements for G+".

Extension Screenshots

screenshot

Download Gpp Extension CRX File

Download Gpp 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

                        A set of small upgrades for G+.

1. Ability to click on the "Loading" or "There was a problem completing this request" message to discard it.
2. ... more coming soon, depending on demand.                    

Extension Basic Information

Name Gpp Gpp
ID mcocbfhfjbhhhoglgjhogcablmnbpanp
Official URL https://chromewebstore.google.com/detail/gpp/mcocbfhfjbhhhoglgjhogcablmnbpanp
Description A set of small improvements for G+
File Size 51.54 KB
Installation Count 25
Current Version 0.0.0.1
Last Updated 2013-07-29
Publish Date 2013-07-29
Developer Swader
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gpp",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "A set of small improvements for G+",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "js": [
                "lib\/jquery-1.8.3.min.js",
                "scripts\/main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}