Fetch Affiliates

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

Apa itu Fetch Affiliates?

Fetch Affiliates adalah ekstensi Chrome yang dikembangkan oleh http://veryfetch.net, dan fitur utamanya adalah "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fetch Affiliates

Unduh file ekstensi Fetch Affiliates dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Fetch Affiliates Fetch Affiliates
ID ofkbonefbbaaakpiligejpjknjggngob
URL Resmi https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob
Deskripsi Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Ukuran File 22.24 KB
Jumlah Instalasi 13
Versi Saat Ini 3.0.1
Terakhir Diperbarui 2018-02-05
Tanggal Publikasi 2018-02-05
Penilaian 5.00/5 Total 5 Penilaian
Pengembang http://veryfetch.net
Tipe Pembayaran free
Situs Ekstensi http://veryfetch.net
URL Halaman Kebijakan Privasi http://veryfetch.net/public/page/privacy-policy
Bahasa yang Didukung 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"
    }
}