Fetch Affiliates
Receive discounts on various content creation websites and support Fetch via various affiliate programs.
Fetch Affiliates क्या है?
Fetch Affiliates http://veryfetch.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Receive discounts on various content creation websites and support Fetch via various affiliate programs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fetch Affiliates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ 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" } } |