Yad2 Copy Link
This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
ما هو Yad2 Copy Link؟
Yad2 Copy Link هو إضافة Chrome تم تطويرها بواسطة Eitam Doodai، والميزة الرئيسية لها هي "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Yad2 Copy Link
قم بتنزيل ملفات الامتداد Yad2 Copy Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allow copying a link to a specific ad directly into your clipboard. Just click the new icon introduced in each ad.
معلومات أساسية عن التمديد
الاسم | |
ID | mhgklplfnkeklclkemlgdogcmccpcdnn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn |
الوصف | This extension is used to copy an add link without having to use yad2 'send to friend' mechanism |
حجم الملف | 83.65 KB |
عدد التثبيتات | 279 |
النسخة الحالية | 1.2 |
آخر تحديث | 2013-10-31 |
تاريخ النشر | 2013-10-31 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Eitam Doodai |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yad2 Copy Link", "description": "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism", "author": "Eitam Doodai", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/www.yad2.co.il\/*", "clipboardWrite" ], "web_accessible_resources": [ "icon128.png" ], "optional_permissions": [ "clipboardWrite" ], "content_scripts": [ { "matches": [ "http:\/\/www.yad2.co.il\/*" ], "js": [ "jquery-2.0.2.js", "main.js", "humane.min.js" ], "css": [ "libnotify.css" ] } ] } |