Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Fetch Affiliatesคืออะไร?
Fetch Affiliates เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://veryfetch.net และคุณลักษณะหลักของมันคือ "Receive discounts on various content creation websites and support Fetch via various affiliate programs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fetch Affiliates
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |