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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
️ ⬇️ 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:\/\/*\/" ] } |