PasteEnabler
Paste when you're not allowed, copy when you're not allowed!
What is PasteEnabler?
PasteEnabler is a Chrome extension developed by https://jonlu.ca, and its main feature is "Paste when you're not allowed, copy when you're not allowed!".
Extension Screenshots
Download PasteEnabler Extension CRX File
Download PasteEnabler 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
Reenables the following functionality on sites that disable it: * Ability to paste content * Ability to copy content * Ability to cut content * Ability to right click content * Ability to autocomplete certain inputs * Ability to select text * Ability to drag and drop text to/from inputs If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again! Source code here: https://github.com/jonluca/PasteEnabler Open an issue on GitHub if there are any sites on which this extension does not work!
Extension Basic Information
Name | PasteEnabler |
ID | dhadehfniifbmemochpmbofcjckpdnnl |
Official URL | https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl |
Description | Paste when you're not allowed, copy when you're not allowed! |
File Size | 28.6 KB |
Installation Count | 2,141 |
Current Version | 0.3 |
Last Updated | 2021-06-10 |
Publish Date | 2019-05-03 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://jonlu.ca |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PasteEnabler", "description": "Paste when you're not allowed, copy when you're not allowed!", "version": "0.3", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "38": "images\/icon.png", "128": "images\/icon128.png" }, "homepage_url": "https:\/\/jonlu.ca", "web_accessible_resources": [ "js\/*" ] } |