Spoken
Exact furniture for less
什么是Spoken?
Spoken是由https://spoken.io开发的Chrome扩展程序,该扩展的主要功能是“Exact furniture for less”。
扩展截图
下载Spoken扩展crx文件
下载Spoken扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Spoken finds the best deals on furniture and home decor. Stores mark up products. We find the same item elsewhere, for less. 🤑 Save big - Users typically save $200 per session with us. 🕵️♂️ We’re sleuths - Even product name changes don't fool us. ✅ Lowkey alerts - we notify you only on confirmed matches. Over 10,000 shoppers are saving with Spoken. Ready to join? By using this, you agree to Spoken's policy at spoken.io/privacy.
扩展基本信息
名称 | Spoken |
ID | faodclogpfmnnmdbfbfholkkjbedcnjp |
官方URL | https://chromewebstore.google.com/detail/spoken/faodclogpfmnnmdbfbfholkkjbedcnjp |
简介 | Exact furniture for less |
文件大小 | 1.16 MB |
安装次数 | 23,514 |
当前版本 | 0.1.17 |
更新时间 | 2023-09-05 |
上架时间 | 2022-02-20 |
评分 | 4.31/5 共45次评分 |
开发者 | https://spoken.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.spoken.io/ |
隐私政策页面URL | https://www.spoken.io/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Exact furniture for less", "version": "0.1.17", "name": "Spoken", "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.bundle.js" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*\/*" ], "icons": { "16": "public\/icons\/16.png", "48": "public\/icons\/48.png", "128": "public\/icons\/128.png" }, "action": { "default_popup": "popup.html" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoJ3IWyrX0Zml8e2dlfkP1RsdC3RK4oTZS84RTjACm06EvcNuN3JFr6v6QQClWsxV2+Y4G7U7skBr4BPs2tu6JwruQ0v6SWB+1QzLYGpZOTLMvAoJc98kmv9REK3p81EKMt8f45EGrGtuq5NNL5AgVzpcRLOiXnO150IZS5AX45p3w03hKLwmzQW7sSZ7oIq8yt3QLzTwwTbXhpGcvadiCZYcExYgweLAjs+6ydPniD6ESVRebmEjAzUc3MUBQjrFBAC8yWvjoMPsCEFXUC5JNvxczlt2wOsL9rbZu5cejyxSpgOh005u9Q9FX8Soq71P7TPyP00JdaCX\/SgnbpBWwQIDAQAB" } |