Vocareum Anti-Anti-Paste

Allows pasting in the Vocareum online IDE

Was ist Vocareum Anti-Anti-Paste?

Vocareum Anti-Anti-Paste ist eine Chrome-Erweiterung, die von Austen Morgan entwickelt wurde, und ihr Hauptmerkmal ist "Allows pasting in the Vocareum online IDE".

Erweiterungsscreenshots

screenshot

Vocareum Anti-Anti-Paste-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vocareum Anti-Anti-Paste-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        :)                    

Grundlegende Informationen zur Erweiterung

Name Vocareum Anti-Anti-Paste Vocareum Anti-Anti-Paste
ID jhgbfdiolpkmboeajbkdfmakojdklgkc
Offizielle URL https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc
Beschreibung Allows pasting in the Vocareum online IDE
Dateigröße 40.29 KB
Installationsanzahl 77
Aktuelle Version 1.0.0
Letztes Update 2018-11-12
Veröffentlichungsdatum 2018-11-12
Entwickler Austen Morgan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vocareum Anti-Anti-Paste",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Allows pasting in the Vocareum online IDE",
    "homepage_url": "http:\/\/github.com\/austencm\/vocareum-anti-anti-paste",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/*.vocareum.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vocareum.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}