Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
什麼是Fetch Affiliates?
Fetch Affiliates是由http://veryfetch.net開發的Chrome擴展程式,該擴展的主要功能是“Receive discounts on various content creation websites and support Fetch via various affiliate programs.”。
擴展截圖
下載Fetch Affiliates擴展crx文件
下載Fetch Affiliates擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | ofkbonefbbaaakpiligejpjknjggngob |
官方網址 | https://chrome.google.com/webstore/detail/fetch-affiliates/ofkbonefbbaaakpiligejpjknjggngob |
簡介 | Receive discounts on various content creation websites and support Fetch via various affiliate programs. |
檔案大小 | 22.24 KB |
安裝次數 | 13 |
目前版本 | 3.0.1 |
更新時間 | 2018-02-05 |
上架時間 | 2018-02-05 |
評分 | 5.00/5 共 5 次評分 |
開發者 | http://veryfetch.net |
付費類型 | free |
擴展官網 | http://veryfetch.net |
隱私政策頁面URL | http://veryfetch.net/public/page/privacy-policy |
支援的語言 | 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" } } |