Yad2 Copy Link

This extension is used to copy an add link without having to use yad2 'send to friend' mechanism

Qu'est-ce que Yad2 Copy Link ?

Yad2 Copy Link est une extension Chrome développée par Eitam Doodai, et sa fonction principale est "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yad2 Copy Link

Téléchargez les fichiers d'extension Yad2 Copy Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Allow copying a link to a specific ad directly into your clipboard. Just click the new icon introduced in each ad.                    

Informations de Base sur l'Extension

Nom Yad2 Copy Link Yad2 Copy Link
ID mhgklplfnkeklclkemlgdogcmccpcdnn
URL Officiel 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
Taille du Fichier 83.65 KB
Nombre d'Installations 279
Version Actuelle 1.2
Dernière Mise à Jour 2013-10-31
Date de Publication 2013-10-31
Évaluation 3.00/5 Total 2 Évaluations
Développeur Eitam Doodai
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}