Squaredance Pixel Helper

Squaredance Pixel Helper - A Chrome Extension

Τι είναι το Squaredance Pixel Helper;

Το Squaredance Pixel Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Squaredance, και η κύρια λειτουργία του είναι "Squaredance Pixel Helper - A Chrome Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Squaredance Pixel Helper

Λήψη αρχείων επέκτασης Squaredance Pixel Helper σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
}