DonorsClicks

Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.

什么是DonorsClicks?

DonorsClicks是由https://donorsclicks.com开发的Chrome扩展程序,该扩展的主要功能是“Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.”。

扩展截图

screenshot

下载DonorsClicks扩展crx文件

下载DonorsClicks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you install this extension, it will add or replace Amazon Affiliate tags on any website you visit. If you make purchase from those links then affiliate commission will be paid out to DonorsClicks. 

We give 100% of all commissions directly to DonorsChoose. We want to help DonorsChoose.org reach their goal of funding $100 Millions in school projects which will help improve the tools and materials for all high poverty schools in the United States.

You can learn more by visiting http://www.donorsclicks.com                    

扩展基本信息

名称 DonorsClicks DonorsClicks
ID jgjjaeffddpojnlenjdmjlpklaojglam
官方URL https://chromewebstore.google.com/detail/donorsclicks/jgjjaeffddpojnlenjdmjlpklaojglam
简介 Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
文件大小 311 KB
安装次数 24
当前版本 0.0.2
更新时间 2016-04-02
上架时间 2016-04-01
评分 5.00/5 共1次评分
开发者 https://donorsclicks.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DonorsClicks",
    "version": "0.0.2",
    "description": "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.",
    "author": "Scott Nixon",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/URI.min.js",
                "\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "\/options\/options.html",
        "chrome_style": false
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}