Vocareum Anti-Anti-Paste

Allows pasting in the Vocareum online IDE

ما هو Vocareum Anti-Anti-Paste؟

Vocareum Anti-Anti-Paste هو إضافة Chrome تم تطويرها بواسطة Austen Morgan، والميزة الرئيسية لها هي "Allows pasting in the Vocareum online IDE".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Vocareum Anti-Anti-Paste

قم بتنزيل ملفات الامتداد Vocareum Anti-Anti-Paste بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        :)                    

معلومات أساسية عن التمديد

الاسم Vocareum Anti-Anti-Paste Vocareum Anti-Anti-Paste
ID jhgbfdiolpkmboeajbkdfmakojdklgkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc
الوصف Allows pasting in the Vocareum online IDE
حجم الملف 40.29 KB
عدد التثبيتات 77
النسخة الحالية 1.0.0
آخر تحديث 2018-11-12
تاريخ النشر 2018-11-12
المطور Austen Morgan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}