Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Hvad er Fetch Affiliates?
Fetch Affiliates er en Chrome-udvidelse udviklet af http://veryfetch.net, og dens hovedfunktion er "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".
Udvidelsesskærmbilleder
Download Fetch Affiliates-udvidelses-CRX-fil
Download Fetch Affiliates-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
Officiel URL | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
Beskrivelse | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
Filstørrelse | 22.24 KB |
Antal Installationer | 13 |
Nuværende Version | 3.0.1 |
Senest Opdateret | 2018-02-05 |
Udgivelsesdato | 2018-02-05 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | http://veryfetch.net |
Betalingsmetode | free |
Udvidelseswebsted | http://veryfetch.net |
URL til Fortrolighedspolitik Side | http://veryfetch.net/public/page/privacy-policy |
Understøttede Sprog | 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" } } |