meshed

Chrome extension for Glimesh

What is meshed?

meshed is a Chrome extension developed by Orangopus, and its main feature is "Chrome extension for Glimesh".

Extension Screenshots

screenshot

Download meshed Extension CRX File

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

                        Meshed gives you a completely new UI overhaul for Glimesh.tv's website. The overhaul is a visual UI upgrade for Glimesh.                    

Extension Basic Information

Name meshed meshed
ID hkjokliffmoapjnpnpldlbegjgkldmin
Official URL https://chromewebstore.google.com/detail/meshed/hkjokliffmoapjnpnpldlbegjgkldmin
Description Chrome extension for Glimesh
File Size 78.31 KB
Installation Count 36
Current Version 0.0.1
Last Updated 2021-03-15
Publish Date 2021-03-15
Rating 4.67/5 Total 3 Ratings
Developer Orangopus
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "meshed",
    "description": "Chrome extension for Glimesh",
    "version": "0.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/glimesh.tv\/*"
            ],
            "js": [
                "jquery.js",
                "app.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "style.css",
        "app.js",
        "quicksand.ttf"
    ],
    "background": {
        "scripts": [
            "jquery.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/example.com; object-src 'self'"
}