Inspect and view changes in TextCopier + source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": {
"16": "/images/32.png",
"32": "/images/32.png",
"48": "/images/48.png",
"128": "/images/128.png"
}
},
"background": {
"service_worker": "ws.js"
},
"default_locale": "en",
"description": "TextCopier + is a Chrome extension that allows you to copy text from any website that does not allow text selection.",
"host_permissions": [
"*://*/*",
"<all_urls>"
],
"icons": {
"16": "/images/32.png",
"32": "/images/32.png",
"48": "/images/48.png",
"128": "/images/128.png"
},
"manifest_version": 3,
"name": "TextCopier +",
"options_page": "/options/index.html",
"permissions": [
"scripting",
"storage",
"contextMenus"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "2.0.3"
}