Enable Copy Anywhere

Activate the ability to select/copy from restricted sites.

Enable Copy Anywhere क्या है?

Enable Copy Anywhere N & B द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Activate the ability to select/copy from restricted sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Enable Copy Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ️ ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. Enable the right click, copy, select and paste in every site from the settings.

✨Features ✨

1. Enable/disable to select/copy/paste/use of right-click the text of the sites that restricts.
2. Disable copy by one click, and remembers which site to unblock for future visits.

Pin 📌this extension, you can enable/disable to select/copy/paste/use of right-click the text of no selection sites.                    

एक्सटेंशन की मूल जानकारी

नाम Enable Copy Anywhere Enable Copy Anywhere
ID plnlliclnceednefeebkgflnmlchdmcf
आधिकारिक URL https://chromewebstore.google.com/detail/enable-copy-anywhere/plnlliclnceednefeebkgflnmlchdmcf
विवरण Activate the ability to select/copy from restricted sites.
फ़ाइल का आकार 12.32 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-12-10
प्रकाशन तिथि 2022-12-10
रेटिंग 4.78/5 कुल 18 रेटिंग्स
डेवलपर N & B
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Copy Anywhere",
    "version": "1.0.0",
    "description": "Activate the ability to select\/copy from restricted sites.",
    "icons": {
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ]
}