Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

Squaredance Pixel Helper क्या है?

Squaredance Pixel Helper Squaredance द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Squaredance Pixel Helper - A Chrome Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Squaredance Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Inspect and debug the events generated by the Squaredance Pixel                    

एक्सटेंशन की मूल जानकारी

नाम Squaredance Pixel Helper Squaredance Pixel Helper
ID lkinepihoopcnfblhbbmnjeohihijcla
आधिकारिक URL https://chromewebstore.google.com/detail/squaredance-pixel-helper/lkinepihoopcnfblhbbmnjeohihijcla
विवरण Squaredance Pixel Helper - A Chrome Extension
फ़ाइल का आकार 1.29 MB
स्थापना संख्या 431
वर्तमान संस्करण 4.1.0
अंतिम अपडेट 2024-03-01
प्रकाशन तिथि 2019-11-21
डेवलपर Squaredance
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://squaredance.io/
सहायता पृष्ठ URL https://helper.squaredance.io/
गोपनीयता नीति पृष्ठ URL https://www.squaredance.io/privacy-policy
समर्थित भाषाएँ 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'"
}