Yad2 Copy Link

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

Apa itu Yad2 Copy Link?

Yad2 Copy Link adalah ekstensi Chrome yang dikembangkan oleh Eitam Doodai, dan fitur utamanya adalah "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Yad2 Copy Link

Unduh file ekstensi Yad2 Copy Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Yad2 Copy Link Yad2 Copy Link
ID mhgklplfnkeklclkemlgdogcmccpcdnn
URL Resmi https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn
Deskripsi This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
Ukuran File 83.65 KB
Jumlah Instalasi 279
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-10-31
Tanggal Publikasi 2013-10-31
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Eitam Doodai
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}