DonorsClicks

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

Cos'è DonorsClicks?

DonorsClicks è un'estensione di Chrome sviluppata da https://donorsclicks.com, e la sua funzione principale è "Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DonorsClicks

Scarica i file di estensione DonorsClicks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome DonorsClicks DonorsClicks
ID jgjjaeffddpojnlenjdmjlpklaojglam
URL Ufficiale https://chromewebstore.google.com/detail/donorsclicks/jgjjaeffddpojnlenjdmjlpklaojglam
Descrizione Donate your clicks to DonorsChoose. All Amazon links are updated with a tracking tag. 100% of commissions donated to DonorsChoose.
Dimensione del File 311 KB
Conteggio Installazioni 24
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-04-02
Data di Pubblicazione 2016-04-01
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://donorsclicks.com
Tipo di Pagamento free
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}