Amazon Affiliater

Adds Aaron Spuler's associate id to all Amazon links

什麼是Amazon Affiliater?

Amazon Affiliater是由https://www.weapon-blog.com開發的Chrome擴展程式,該擴展的主要功能是“Adds Aaron Spuler's associate id to all Amazon links”。

擴展截圖

screenshot

下載Amazon Affiliater擴展crx文件

下載Amazon Affiliater擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Amazon Affiliater Amazon Affiliater
ID mbmcjjeempcolfppgamddpmfmofbhjjf
官方網址 https://chromewebstore.google.com/detail/amazon-affiliater/mbmcjjeempcolfppgamddpmfmofbhjjf
簡介 Adds Aaron Spuler's associate id to all Amazon links
檔案大小 3.31 KB
安裝次數 20
目前版本 1.1.3
更新時間 2018-10-25
上架時間 2018-10-25
評分 3.33/5 共 3 次評分
開發者 https://www.weapon-blog.com
付費類型 free
擴展官網 https://www.weapon-blog.com
說明頁面URL https://www.weapon-blog.com/tip-jar/
支援的語言 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"
}