Vocareum Anti-Anti-Paste

Allows pasting in the Vocareum online IDE

Apa itu Vocareum Anti-Anti-Paste?

Vocareum Anti-Anti-Paste adalah ekstensi Chrome yang dikembangkan oleh Austen Morgan, dan fitur utamanya adalah "Allows pasting in the Vocareum online IDE".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Vocareum Anti-Anti-Paste

Unduh file ekstensi Vocareum Anti-Anti-Paste dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        :)                    

Informasi Dasar Ekstensi

Nama Vocareum Anti-Anti-Paste Vocareum Anti-Anti-Paste
ID jhgbfdiolpkmboeajbkdfmakojdklgkc
URL Resmi https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc
Deskripsi Allows pasting in the Vocareum online IDE
Ukuran File 40.29 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-11-12
Tanggal Publikasi 2018-11-12
Pengembang Austen Morgan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}