GInterpals

interpals.net redesign by Gnoompa.

What is GInterpals?

GInterpals is a Chrome extension developed by gnoompa, and its main feature is "interpals.net redesign by Gnoompa.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download GInterpals Extension CRX File

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

                        Light and simple interpalce.net redesign. All functional remains the same, it's just styles changes. If you have any suggestions - I'm open to everyone! 

(IT DOES NOT CHANGE PHOTOS AND NICKNAMES. JUST FOR PREVIEW)                    

Extension Basic Information

Name GInterpals GInterpals
ID gnmbfdgphcgpdeiengknbjlocegpokjk
Official URL https://chromewebstore.google.com/detail/ginterpals/gnmbfdgphcgpdeiengknbjlocegpokjk
Description interpals.net redesign by Gnoompa.
File Size 48.91 KB
Installation Count 10
Current Version 1.4
Last Updated 2016-02-10
Publish Date 2016-02-10
Rating 5.00/5 Total 4 Ratings
Developer gnoompa
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GInterpals",
    "description": "interpals.net redesign by Gnoompa.",
    "version": "1.4",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.interpals.net\/*",
                "https:\/\/www.interpals.net\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "gnoom.css",
        "imgs\/arrow.png"
    ]
}