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 |
公式URL | 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" } } |