Amazon Easy (easysell.in)
Checks URL and redirects as required.
什么是Amazon Easy (easysell.in)?
Amazon Easy (easysell.in)是由easysell.in开发的Chrome扩展程序,该扩展的主要功能是“Checks URL and redirects as required.”。
扩展截图
下载Amazon Easy (easysell.in)扩展crx文件
下载Amazon Easy (easysell.in)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is used for showing logout option to logout from store. 扩展基本信息
| 名称 | |
| ID | mgibdhnldfehgbbkfhdakpnpchmjbine |
| 官方URL | https://chromewebstore.google.com/detail/amazon-easy-easysellin/mgibdhnldfehgbbkfhdakpnpchmjbine |
| 简介 | Checks URL and redirects as required. |
| 文件大小 | 73.8 KB |
| 安装次数 | 464 |
| 当前版本 | 2.0 |
| 更新时间 | 2020-06-04 |
| 上架时间 | 2020-06-04 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | easysell.in |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazon Easy (easysell.in)",
"version": "2.0",
"description": "Checks URL and redirects as required.",
"background": {
"page": "bg.html"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.amazon.in\/*",
"https:\/\/store.amazon.in\/*"
],
"js": [
"jquery-3.5.1.min.js",
"content.js"
],
"css": [
"style.css"
]
}
],
"browser_action": {
"default_icon": "16.png"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"cookies",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |