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
公式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
Eメール [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:\/\/*\/"
    ]
}