WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Allow Copy Plain Text

Allow Copy Plain Text

View on Chrome Web Store
View Allow Copy Plain Text Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allow Easily copy the selected text without formatting to the clipboard via the right-click menu.
Type
Extension
Users
87 users
1
Downloadhub
View author page of Downloadhub
Published
Published on December 7, 2022
Version 1.2
Manifest version
3
Updated
Updated on December 7, 2022
lifestyle/social
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Allow Copy Plain Text Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content-script.js.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "description": "Allow Easily copy the selected text without formatting to the clipboard via the right-click menu.",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/12\/allow-copy-plain-text.html",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    },
    "manifest_version": 3,
    "name": "Allow Copy Plain Text",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "short_name": "plain-text-copy",
    "version": "1.2"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top