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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}