Amazon Affiliater

Adds Aaron Spuler's associate id to all Amazon links

What is Amazon Affiliater?

Amazon Affiliater is a Chrome extension developed by https://www.weapon-blog.com, and its main feature is "Adds Aaron Spuler's associate id to all Amazon links".

Extension Screenshots

screenshot

Download Amazon Affiliater Extension CRX File

Download Amazon Affiliater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Help support The Weapon Blog (http://www.weapon-blog.com)!

I am member of the Amazon Associate (https://affiliate-program.amazon.com/gp/associates/join/landing/tools.html) program. As such, I am eligible to receive a small amount of money in the form of referral fees (https://affiliate-program.amazon.com/gp/associates/join/landing/referralfees.html) on products purchased.

If you use my referral ID, then Amazon will pay me a small referral fee whenever you purchase something from them. After the initial setup, you do not have to do anything on your part. My referral ID is automatically added to Amazon links. I do not have visibility in to who is utilizing my referral ID, so privacy and anonymity is not a concern.

The reason that this extension asks for permission on every site visited is because it parses links to Amazon.com and appends my referral ID to the links, regardless of what page the link resides on.                    

Extension Basic Information

Name Amazon Affiliater Amazon Affiliater
ID mbmcjjeempcolfppgamddpmfmofbhjjf
Official URL https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf
Description Adds Aaron Spuler's associate id to all Amazon links
File Size 3.31 KB
Installation Count 20
Current Version 1.1.3
Last Updated 2018-10-25
Publish Date 2018-10-25
Rating 3.33/5 Total 3 Ratings
Developer https://www.weapon-blog.com
Payment Type free
Extension Website https://www.weapon-blog.com
Help Page URL https://www.weapon-blog.com/tip-jar/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds Aaron Spuler's associate id to all Amazon links",
    "name": "Amazon Affiliater",
    "manifest_version": 2,
    "version": "1.1.3"
}