Yamaneta - cashback on Aliexpress and etc.
Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores.
Yamaneta - cashback on Aliexpress and etc. क्या है?
Yamaneta - cashback on Aliexpress and etc. https://yamaneta.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yamaneta - cashback on Aliexpress and etc. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
What is cashback? You purchase products in the Internet, the store pays us a remuneration, we return you a part of this transaction — this is cashback. Partner-stores: -AliExpress; -GearBest; -TinyDeals; -Banggood; -CooliCool; -MiniInTheBox; -and others. Install the «Yamaneta» extension and get up to 17% cashback for your online purchases.
एक्सटेंशन की मूल जानकारी
नाम | Yamaneta - cashback on Aliexpress and etc. |
ID | filngkjpmpaglfkcenjiljkmeajoaiff |
आधिकारिक URL | https://chromewebstore.google.com/detail/yamaneta-cashback-on-alie/filngkjpmpaglfkcenjiljkmeajoaiff |
विवरण | Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores. |
फ़ाइल का आकार | 158 KB |
स्थापना संख्या | 2,643 |
वर्तमान संस्करण | 1.3.7 |
अंतिम अपडेट | 2018-06-26 |
प्रकाशन तिथि | 2018-06-26 |
रेटिंग | 4.85/5 कुल 100 रेटिंग्स |
डेवलपर | https://yamaneta.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://yamaneta.com/ |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "browser_action": { "default_title": "\u042f\u043c\u0430\u043d\u0435\u0442\u0430 \u2013 \u043a\u044d\u0448\u0431\u044d\u043a AliExpress", "default_popup": "popup.html", "default_icon": "icons\/icon48.png" }, "name": "__MSG_info_name__", "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "includes\/content.js" ], "run_at": "document_start" } ], "manifest_version": 2, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "homepage_url": "https:\/\/yamaneta.ru\/", "version": "1.3.7", "background": { "page": "background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ], "description": "__MSG_info_description__" } |