Let Me Copy
Extension to allow copy text from websites where doesn't allow us to copy their content
What is Let Me Copy?
Let Me Copy is a Chrome extension developed by debugger, and its main feature is "Extension to allow copy text from websites where doesn't allow us to copy their content".
Download Let Me Copy Extension CRX File
Download Let Me Copy 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 | |
ID | lbmilljobfmddjnildfgggcjioofaabn |
Official URL | https://chrome.google.com/webstore/detail/let-me-copy/lbmilljobfmddjnildfgggcjioofaabn |
Description | Extension to allow copy text from websites where doesn't allow us to copy their content |
File Size | 7.86 KB |
Installation Count | 84 |
Current Version | 1.0 |
Last Updated | 2018-03-20 |
Publish Date | 2018-03-20 |
Rating | 2.71/5 Total 7 Ratings |
Developer | debugger |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Copy", "version": "1.0", "description": "Extension to allow copy text from websites where doesn't allow us to copy their content", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.infobae.com\/*" ], "js": [ "background.js" ] } ], "manifest_version": 2 } |