Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

What is Squaredance Pixel Helper?

Squaredance Pixel Helper is a Chrome extension developed by Squaredance, and its main feature is "Squaredance Pixel Helper - A Chrome Extension".

Extension Screenshots

screenshot
screenshot

Download Squaredance Pixel Helper Extension CRX File

Download Squaredance Pixel Helper 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

                        Inspect and debug the events generated by the Squaredance Pixel                    

Extension Basic Information

Name Squaredance Pixel Helper Squaredance Pixel Helper
ID lkinepihoopcnfblhbbmnjeohihijcla
Official URL https://chromewebstore.google.com/detail/squaredance-pixel-helper/lkinepihoopcnfblhbbmnjeohihijcla
Description Squaredance Pixel Helper - A Chrome Extension
File Size 1.29 MB
Installation Count 431
Current Version 4.1.0
Last Updated 2024-03-01
Publish Date 2019-11-21
Developer Squaredance
Email [email protected]
Payment Type free
Extension Website https://squaredance.io/
Help Page URL https://helper.squaredance.io/
Privacy Policy Page URL https://www.squaredance.io/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Squaredance Pixel Helper",
    "version": "4.1.0",
    "description": "Squaredance Pixel Helper - A Chrome Extension",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "*:\/\/localhost\/*",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+J",
                "mac": "Command+J"
            }
        }
    },
    "browser_action": {
        "default_title": "Squaredance Pixel Helper",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}