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