Yad2 Copy Link
This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
What is Yad2 Copy Link?
Yad2 Copy Link is a Chrome extension developed by Eitam Doodai, and its main feature is "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".
Extension Screenshots
Download Yad2 Copy Link Extension CRX File
Download Yad2 Copy Link extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allow copying a link to a specific ad directly into your clipboard. Just click the new icon introduced in each ad.
Extension Basic Information
Name | |
ID | mhgklplfnkeklclkemlgdogcmccpcdnn |
Official URL | https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn |
Description | This extension is used to copy an add link without having to use yad2 'send to friend' mechanism |
File Size | 83.65 KB |
Installation Count | 279 |
Current Version | 1.2 |
Last Updated | 2013-10-31 |
Publish Date | 2013-10-31 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Eitam Doodai |
Payment Type | free |
Supported Languages | 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" ] } ] } |