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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |