By: McIMakeAddOns
Inspect and view changes in Clean Copy — Remove Invisible Characters source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Clean Copy (Remove Invisible Characters)",
"version": "1.0.1",
"description": "Automatically removes zero-width/invisible characters from copied text. Adds a context menu: “Copy cleaned text”.",
"permissions": [
"contextMenus",
"storage",
"tabs",
"<all_urls>"
],
"browser_action": {
"default_title": "Clean Copy",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "78.0",
"id": "{739d734a-2108-4523-95a8-aa5a299d7fae}"
}
}
} Best Clean Copy — Remove Invisible Characters Alternatives
Here are some Firefox add-ons that are similar to Clean Copy — Remove Invisible Characters:
CleanCopy
Elliot J. Reed
Clean And Copy Selection
BodyDroid
CleanCopy
wachan
Clipboard Cleaner HTML
Petpettypaw
Clipboard Cleaner Popup
Martinisaacs
ChatGPT Copy Cleaner
adptly
Clipboard Cleaner
clipboarddev
Smart Copy-Paste
Melvin Reed
Copy IA Text
yracnet
Ctrl + Shift + C Should Copy Trimmed
Jeremy