Lucky Lottery - Win money by using Amazon

Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!

Lucky Lottery - Win money by using Amazon là gì?

Lucky Lottery - Win money by using Amazon là một tiện ích mở rộng Chrome được phát triển bởi Jamie Farrelly, và tính năng chính của nó là "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!".

Ả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 Lucky Lottery - Win money by using Amazon

Tải xuống các tệp mở rộng Lucky Lottery - Win money by using Amazon 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

                        Amazon is one of the most popular sites on the internet, so I've decided to make this Chrome extension which gives you the chance to win big money at the end of each month, all by using Amazon as you'd normally do!

The extension changes all Amazon (both US and UK) links in your browser to use a special link which allows us to receive commission. At the end of the month, this commission is added up and one lucky user who has purchased something from Amazon will get all of the commission.

The more people that use the extension, the higher the prize pool will be, it's that simple.

Note: Please tweet @LotteryAmazon the time that you've completed your order and we'll give you one ticket in to the draw. Good luck!                    

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

Tên Lucky Lottery - Win money by using Amazon Lucky Lottery - Win money by using Amazon
ID gmcldgchlmodejkhjanhakjkcpdgklak
URL Chính Thức https://chromewebstore.google.com/detail/lucky-lottery-win-money-b/gmcldgchlmodejkhjanhakjkcpdgklak
Mô tả Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!
Kích Thước Tệp 22.88 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-01-25
Ngày Phát Hành 2015-01-25
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jamie Farrelly
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lucky Lottery - Win money by using Amazon",
    "version": "0.0.1",
    "description": "Use Amazon as you usually do, we'll randomly give one lucky user the commission we receive from Amazon at the end of each month!",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19-on.png",
        "default_title": "Toggle Lucky Lottery"
    }
}