Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Co je Fetch Affiliates?
Fetch Affiliates je rozšíření Chrome vyvinuté http://veryfetch.net, a jeho hlavní funkcí je „Receive discounts on various content creation websites and support Fetch via various affiliate programs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fetch Affiliates
Stáhněte si soubory rozšíření Fetch Affiliates ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
Oficiální URL | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
Popis | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
Velikost souboru | 22.24 KB |
Počet instalací | 13 |
Aktuální Verze | 3.0.1 |
Poslední Aktualizace | 2018-02-05 |
Datum Vydání | 2018-02-05 |
Hodnocení | 5.00/5 Celkem 5 Hodnocení |
Vývojář | http://veryfetch.net |
Typ Platby | free |
Webové stránky Rozšíření | http://veryfetch.net |
URL Stránky Zásad Ochrany Soukromí | http://veryfetch.net/public/page/privacy-policy |
Podporované Jazyky | 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" } } |