Spoken

Exact furniture for less

What is Spoken?

Spoken is a Chrome extension developed by https://spoken.io, and its main feature is "Exact furniture for less".

Extension Screenshots

screenshot

Download Spoken Extension CRX File

Download Spoken extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Spoken Spoken
ID faodclogpfmnnmdbfbfholkkjbedcnjp
Official URL https://chromewebstore.google.com/detail/spoken/faodclogpfmnnmdbfbfholkkjbedcnjp
Description Exact furniture for less
File Size 1.16 MB
Installation Count 23,514
Current Version 0.1.17
Last Updated 2023-09-05
Publish Date 2022-02-20
Rating 4.31/5 Total 45 Ratings
Developer https://spoken.io
Email [email protected]
Payment Type free
Extension Website https://www.spoken.io/
Privacy Policy Page URL https://www.spoken.io/privacy
Supported Languages 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"
}