Yad2 Copy Link

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

Yad2 Copy Link là gì?

Yad2 Copy Link là một tiện ích mở rộng Chrome được phát triển bởi Eitam Doodai, và tính năng chính của nó là "This extension is used to copy an add link without having to use yad2 'send to friend' mechanism".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Yad2 Copy Link

Tải xuống các tệp mở rộng Yad2 Copy Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yad2 Copy Link Yad2 Copy Link
ID mhgklplfnkeklclkemlgdogcmccpcdnn
URL Chính Thức https://chrome.google.com/webstore/detail/yad2-copy-link/mhgklplfnkeklclkemlgdogcmccpcdnn
Mô tả This extension is used to copy an add link without having to use yad2 'send to friend' mechanism
Kích Thước Tệp 83.65 KB
Số Lần Cài Đặt 279
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-10-31
Ngày Phát Hành 2013-10-31
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Eitam Doodai
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}