WebExtension.net
WebExtension.net

Simple Allow Copy

View on Chrome Web Store
View Simple Allow Copy Chrome Extension on Chrome Web Store
4.2 (580 ratings)

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

Allow Copy on every website
Type
Extension
Users
700,000 users
simpleallowcopy
View author page of simpleallowcopy
Published
Published on August 4, 2017
Version 0.8.8
Manifest version
3
Updated
Updated on July 8, 2024
View on Chrome Web Store
View Simple Allow Copy Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simple Allow Copy",
    "version": "0.8.8",
    "description": "Allow Copy on every website",
    "icons": {
        "16": "icons\/active.png",
        "48": "icons\/active.png",
        "128": "icons\/active.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/inactive.png"
        },
        "default_title": "Allow Copy"
    },
    "background": {
        "service_worker": "background\/wrapper.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_scripts\/proxy.js",
                "content_scripts\/unlocker.js",
                "content_scripts\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content_scripts\/copy.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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