Vocareum Anti-Anti-Paste

Allows pasting in the Vocareum online IDE

Qu'est-ce que Vocareum Anti-Anti-Paste ?

Vocareum Anti-Anti-Paste est une extension Chrome développée par Austen Morgan, et sa fonction principale est "Allows pasting in the Vocareum online IDE".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Vocareum Anti-Anti-Paste

Téléchargez les fichiers d'extension Vocareum Anti-Anti-Paste au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        :)                    

Informations de Base sur l'Extension

Nom Vocareum Anti-Anti-Paste Vocareum Anti-Anti-Paste
ID jhgbfdiolpkmboeajbkdfmakojdklgkc
URL Officiel https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc
Description Allows pasting in the Vocareum online IDE
Taille du Fichier 40.29 KB
Nombre d'Installations 77
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-11-12
Date de Publication 2018-11-12
Développeur Austen Morgan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}