Skinner

Customize your Google+, Twitter or Facebook's visual appearence.

What is Skinner?

Skinner is a Chrome extension developed by Jin Gong, and its main feature is "Customize your Google+, Twitter or Facebook's visual appearence.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Skinner Extension CRX File

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

                        After installing, remember to Refresh your webpages.

If you want Samples, Reporting Bugs, Giving Advise,
come here: https://plus.google.com/collection/QmD2lB                    

Extension Basic Information

Name Skinner Skinner
ID hdokmnabbhhjoabkflcbiinijhomjnjk
Official URL https://chromewebstore.google.com/detail/skinner/hdokmnabbhhjoabkflcbiinijhomjnjk
Description Customize your Google+, Twitter or Facebook's visual appearence.
File Size 63.9 KB
Installation Count 34
Current Version 0.1.5.3
Last Updated 2017-01-25
Publish Date 2017-01-25
Rating 5.00/5 Total 1 Ratings
Developer Jin Gong
Payment Type free
Extension Website https://plus.google.com/collection/QmD2lB
Help Page URL https://plus.google.com/collection/QmD2lB
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skinner",
    "version": "0.1.5.3",
    "description": "Customize your Google+, Twitter or Facebook's visual appearence.",
    "icons": {
        "128": "icon.png"
    },
    "author": "XYYHun",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/plus.google.com\/",
        "https:\/\/facebook.com\/",
        "https:\/\/twitter.com\/"
    ],
    "background": {
        "scripts": [
            ".\/scripts\/libs\/jquery-3.1.1.min.js",
            ".\/scripts\/libs\/style-template.js",
            ".\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                ".\/scripts\/apply.js"
            ]
        }
    ]
}