Amazon Bestseller
Quick Access to Amazon Best Sellers, New Releases and more
什么是Amazon Bestseller?
Amazon Bestseller是由Alex开发的Chrome扩展程序,该扩展的主要功能是“Quick Access to Amazon Best Sellers, New Releases and more”。
扩展截图
下载Amazon Bestseller扩展crx文件
下载Amazon Bestseller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Movers & Shakers, Most WIshed For and Gift Ideas. Available for amazon.com / amazon.de
Also available for Firefox:
https://addons.mozilla.org/firefox/addon/amazon-bestseller/ 扩展基本信息
| 名称 | |
| ID | enjilofnmpaaiponmfniemiakcjedlbi |
| 官方URL | https://chromewebstore.google.com/detail/amazon-bestseller/enjilofnmpaaiponmfniemiakcjedlbi |
| 简介 | Quick Access to Amazon Best Sellers, New Releases and more |
| 文件大小 | 1.23 MB |
| 安装次数 | 263 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2018-12-24 |
| 上架时间 | 2018-12-24 |
| 开发者 | Alex |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Amazon Bestseller",
"short_name": "Amazon Bestseller",
"version": "1.0.0",
"description": "Quick Access to Amazon Best Sellers, New Releases and more",
"background": {
"scripts": [
"\/assets\/js\/jquery-2.2.4.min.js",
"\/assets\/js\/background.js"
]
},
"browser_action": {
"browser_style": false,
"default_icon": {
"128": "amazon128.png"
},
"default_title": "Amazon Bestseller",
"default_popup": "\/index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"permissions": [
"storage"
]
} | |