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开发的Chrome扩展程序,该扩展的主要功能是“Install Yamaneta extension and get up to 17% discount when buying on AliExpress, GearBest and other internet stores.”。
扩展截图
下载Yamaneta - cashback on Aliexpress and etc.扩展crx文件
下载Yamaneta - cashback on Aliexpress and etc.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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__" } |