Enable Copy Anywhere
Activate the ability to select/copy from restricted sites.
Что такое Enable Copy Anywhere?
Enable Copy Anywhere - это расширение Chrome, разработанное N & B, и его основная функция - "Activate the ability to select/copy from restricted sites.".
Снимки экрана расширения
Скачать файл CRX расширения Enable Copy Anywhere
Скачайте файлы расширений 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 |
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:\/\/*\/" ] } |