Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

Cos'è Squaredance Pixel Helper?

Squaredance Pixel Helper è un'estensione di Chrome sviluppata da Squaredance, e la sua funzione principale è "Squaredance Pixel Helper - A Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Squaredance Pixel Helper

Scarica i file di estensione Squaredance Pixel Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Inspect and debug the events generated by the Squaredance Pixel                    

Informazioni di Base sull'Estensione

Nome Squaredance Pixel Helper Squaredance Pixel Helper
ID lkinepihoopcnfblhbbmnjeohihijcla
URL Ufficiale https://chromewebstore.google.com/detail/squaredance-pixel-helper/lkinepihoopcnfblhbbmnjeohihijcla
Descrizione Squaredance Pixel Helper - A Chrome Extension
Dimensione del File 1.29 MB
Conteggio Installazioni 431
Versione Corrente 4.1.0
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2019-11-21
Sviluppatore Squaredance
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://squaredance.io/
URL della Pagina di Aiuto https://helper.squaredance.io/
URL della Pagina della Politica sulla Privacy https://www.squaredance.io/privacy-policy
Lingue Supportate 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'"
}