DMM Etsy Helper
DMM Etsy Helper
什么是DMM Etsy Helper?
DMM Etsy Helper是由https://dmmetsy.com开发的Chrome扩展程序,该扩展的主要功能是“DMM Etsy Helper”。
扩展截图
下载DMM Etsy Helper扩展crx文件
下载DMM Etsy Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this tool to show all hidden information on Etsy search page such as views, favorites, shop sales.
扩展基本信息
名称 | DMM Etsy Helper |
ID | npngfddkncjgkckldddkmechfcbpgfkm |
官方URL | https://chromewebstore.google.com/detail/dmm-etsy-helper/npngfddkncjgkckldddkmechfcbpgfkm |
简介 | DMM Etsy Helper |
文件大小 | 25.31 KB |
安装次数 | 9,509 |
当前版本 | 1.0.8 |
更新时间 | 2023-05-28 |
上架时间 | 2021-03-24 |
评分 | 4.23/5 共13次评分 |
开发者 | https://dmmetsy.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.dmmetsy.com |
隐私政策页面URL | https://www.dmmetsy.com/policy/privacy/dmmetsy-helper |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "images\/icon-128.png" }, "manifest_version": 2, "default_locale": "en", "name": "DMM Etsy Helper", "description": "DMM Etsy Helper", "permissions": [ "https:\/\/www.etsy.com\/*", "https:\/\/etsy.com\/*", "https:\/\/www.dmmetsy.com\/*", "http:\/\/www.dmmetsy.com\/*", "https:\/\/dmmetsy.com\/*", "http:\/\/dmmetsy.com\/*" ], "version": "1.0.8", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "js": [ "scripts\/bootloader.js", "scripts\/core.js", "scripts\/list_page.js" ], "matches": [ "*:\/\/www.etsy.com\/*" ] }, { "js": [ "scripts\/shop_page.js" ], "matches": [ "*:\/\/www.etsy.com\/shop\/*" ] }, { "js": [ "scripts\/listing_page.js" ], "matches": [ "*:\/\/www.etsy.com\/listing\/*" ] }, { "js": [ "scripts\/facebook.js" ], "matches": [ "*:\/\/www.facebook.com\/*" ] } ], "page_action": { "default_icon": { "128": "images\/icon-128.png" }, "default_popup": "popup.html", "default_title": "DMM Etsy Helper" }, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "images\/*", "scripts\/*" ] } |