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.
擴展基本資訊
名稱 | Amazon Easy (easysell.in) |
ID | mgibdhnldfehgbbkfhdakpnpchmjbine |
官方網址 | 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:\/\/*\/*" ] } |