Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Cos'è Fetch Affiliates?
Fetch Affiliates è un'estensione di Chrome sviluppata da http://veryfetch.net, e la sua funzione principale è "Receive discounts on various content creation websites and support Fetch via various affiliate programs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fetch Affiliates
Scarica i file di estensione Fetch Affiliates in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
URL Ufficiale | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
Descrizione | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
Dimensione del File | 22.24 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 3.0.1 |
Ultimo Aggiornamento | 2018-02-05 |
Data di Pubblicazione | 2018-02-05 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | http://veryfetch.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://veryfetch.net |
URL della Pagina della Politica sulla Privacy | http://veryfetch.net/public/page/privacy-policy |
Lingue Supportate | 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" } } |