Vocareum Anti-Anti-Paste
Allows pasting in the Vocareum online IDE
What is Vocareum Anti-Anti-Paste?
Vocareum Anti-Anti-Paste is a Chrome extension developed by Austen Morgan, and its main feature is "Allows pasting in the Vocareum online IDE".
Extension Screenshots
Download Vocareum Anti-Anti-Paste Extension CRX File
Download Vocareum Anti-Anti-Paste extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
:)
Extension Basic Information
Name | Vocareum Anti-Anti-Paste |
ID | jhgbfdiolpkmboeajbkdfmakojdklgkc |
Official URL | https://chromewebstore.google.com/detail/vocareum-anti-anti-paste/jhgbfdiolpkmboeajbkdfmakojdklgkc |
Description | Allows pasting in the Vocareum online IDE |
File Size | 40.29 KB |
Installation Count | 77 |
Current Version | 1.0.0 |
Last Updated | 2018-11-12 |
Publish Date | 2018-11-12 |
Developer | Austen Morgan |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |