Fetch Affiliates

Receive discounts on various content creation websites and support Fetch via various affiliate programs.

什么是Fetch Affiliates?

Fetch Affiliates是由http://veryfetch.net开发的Chrome扩展程序,该扩展的主要功能是“Receive discounts on various content creation websites and support Fetch via various affiliate programs.”。

扩展截图

screenshot

下载Fetch Affiliates扩展crx文件

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

扩展使用说明

                        Support your favorite YouTube community with the Fetch Affiliate extension, and get discounts for all your favorite tools. This extension will automatically assign any known referral or discount codes for programs that have partnered with Fetch. We are constantly updating and adding new programs and features.                    

扩展基本信息

名称 Fetch Affiliates Fetch Affiliates
ID ofkbonefbbaaakpiligejpjknjggngob
官方URL https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob
简介 Receive discounts on various content creation websites and support Fetch via various affiliate programs.
文件大小 22.24 KB
安装次数 13
当前版本 3.0.1
更新时间 2018-02-05
上架时间 2018-02-05
评分 5.00/5 共5次评分
开发者 http://veryfetch.net
付费类型 free
扩展官网 http://veryfetch.net
隐私政策页面URL http://veryfetch.net/public/page/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "name": "Fetch Affiliates",
    "short_name": "Fetch",
    "description": "Receive discounts on various content creation websites and support Fetch via various affiliate programs.",
    "version": "3.0.1",
    "homepage_url": "http:\/\/veryfetch.net",
    "browser_action": {
        "default_icon": {
            "32": "images\/icon-32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Fetch Affiliate"
    },
    "permissions": [
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.fr\/*",
        "*:\/\/www.amazon.ca\/*",
        "*:\/\/www.amazon.it\/*",
        "*:\/\/www.amazon.es\/*",
        "*:\/\/www.vidiq.com\/*",
        "*:\/\/www.videoblocks.com\/*",
        "*:\/\/www.audioblocks.com\/*",
        "*:\/\/restream.io\/*",
        "*:\/\/www.freelancer.com\/*"
    ],
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    }
}