Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Was ist Fetch Affiliates?
Fetch Affiliates ist eine Chrome-Erweiterung, die von http://veryfetch.net entwickelt wurde, und ihr Hauptmerkmal ist "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".
Erweiterungsscreenshots
Fetch Affiliates-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fetch Affiliates-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
Offizielle URL | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
Beschreibung | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
Dateigröße | 22.24 KB |
Installationsanzahl | 13 |
Aktuelle Version | 3.0.1 |
Letztes Update | 2018-02-05 |
Veröffentlichungsdatum | 2018-02-05 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | http://veryfetch.net |
Zahlungsart | free |
Erweiterungswebsite | http://veryfetch.net |
URL der Datenschutzrichtlinien-Seite | http://veryfetch.net/public/page/privacy-policy |
Unterstützte Sprachen | 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" } } |