Enable Copy Anywhere

Activate the ability to select/copy from restricted sites.

什麼是Enable Copy Anywhere?

Enable Copy Anywhere是由N & B開發的Chrome擴展程式,該擴展的主要功能是“Activate the ability to select/copy from restricted sites.”。

擴展截圖

screenshot
screenshot

下載Enable Copy Anywhere擴展crx文件

下載Enable Copy Anywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ️ ⬇️ 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
官方網址 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:\/\/*\/"
    ]
}