Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Wat is Fetch Affiliates?
Fetch Affiliates is een Chrome-extensie ontwikkeld door http://veryfetch.net, en de belangrijkste functie is "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Fetch Affiliates
Download Fetch Affiliates-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
Officiële URL | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
Beschrijving | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
Bestandsgrootte | 22.24 KB |
Aantal Installaties | 13 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2018-02-05 |
Publicatiedatum | 2018-02-05 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | http://veryfetch.net |
Betalingswijze | free |
Extensiewebsite | http://veryfetch.net |
URL van de Privacybeleid Pagina | http://veryfetch.net/public/page/privacy-policy |
Ondersteunde Talen | 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" } } |