Re-enable Copy
Removes copy disablers from certain pages; gives the information's control back to the user.
Что такое Re-enable Copy?
Re-enable Copy - это расширение Chrome, разработанное tacla.yamada, и его основная функция - "Removes copy disablers from certain pages; gives the information's control back to the user.".
Скачать файл CRX расширения Re-enable Copy
Скачайте файлы расширений Re-enable Copy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This disables copy spies which try to prevent users from copy and pasting content from a web page.
Основная информация о расширении
Название | |
ID | kpojaicmdgpmoemkdlbnmokolafjmcbn |
Официальный URL | https://chrome.google.com/webstore/detail/re-enable-copy/kpojaicmdgpmoemkdlbnmokolafjmcbn |
Описание | Removes copy disablers from certain pages; gives the information's control back to the user. |
Размер файла | 17.25 KB |
Количество установок | 56 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2014-07-03 |
Дата публикации | 2014-07-03 |
Рейтинг | 4.67/5 Всего 3 оценок |
Разработчик | tacla.yamada |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/yamadapc/re-enable-copy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Re-enable Copy", "description": "Removes copy disablers from certain pages; gives the information's control back to the user.", "version": "0.0.1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.folha.uol.com.br\/*" ], "js": [ "main.js" ], "run_at": "document_end" } ] } |