Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
What is Fetch Affiliates?
Fetch Affiliates is a Chrome extension developed by http://veryfetch.net, and its main feature is "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".
Extension Screenshots
Download Fetch Affiliates Extension CRX File
Download Fetch Affiliates extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
Official URL | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
Description | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
File Size | 22.24 KB |
Installation Count | 13 |
Current Version | 3.0.1 |
Last Updated | 2018-02-05 |
Publish Date | 2018-02-05 |
Rating | 5.00/5 Total 5 Ratings |
Developer | http://veryfetch.net |
Payment Type | free |
Extension Website | http://veryfetch.net |
Privacy Policy Page URL | http://veryfetch.net/public/page/privacy-policy |
Supported Languages | 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" } } |