Yad2 Copy Link
This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
Wat is Yad2 Copy Link?
Yad2 Copy Link is een Chrome-extensie ontwikkeld door Eitam Doodai, en de belangrijkste functie is "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".
Extensie Screenshots
Download het CRX-bestand van de extensie Yad2 Copy Link
Download Yad2 Copy Link-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allow copying a link to a specific ad directly into your clipboard. Just click the new icon introduced in each ad.
Basisinformatie over de Extensie
Naam | |
ID | mhgklplfnkeklclkemlgdogcmccpcdnn |
Officiële URL | https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn |
Beschrijving | This extension is used to copy an add link without having to use yad2 'send to friend' mechanism |
Bestandsgrootte | 83.65 KB |
Aantal Installaties | 279 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-10-31 |
Publicatiedatum | 2013-10-31 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Eitam Doodai |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |