Locker

All of your wishlists - now in one place.

What is Locker?

Locker is a Chrome extension developed by https://wantlocker.com, and its main feature is "All of your wishlists - now in one place.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Locker Extension CRX File

Download Locker 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

                        We're guessing that you probably have more than a few tabs open on your laptop right now? You’re in the right place.
👋 Say bye to your 1000 open tabs when you download Locker.  No tabs, no screenshots and no spreadsheets involved - just all of your favorites in one place.
💻 Browse, save, share and recommend your favorites across thousands of brand websites. You can now keep track of all of your favorites in one place, your Locker!
👯 Want to share outfit ideas with your friends? Moving into a new place and trying to find the perfect furniture and accessories? Organize your saves into collections and share your collections with friends so they can help you shop.
👀 Always asking your friends where they got something? Follow your friends and browse what they are saving in their Locker.
💡 Follow other Lockers to get instant shopping inspiration!
🆘 Don't love shopping and need help choosing what to buy? Find a friend who will recommend pieces to you while they shop & receive their recommendations directly to your Locker!
✨ With Locker, you will never have to ask yourself where you saw that “one thing” on that “one website”. All your favorites, now in one place.                    

Extension Basic Information

Name Locker Locker
ID bdacnlgpemjkfhlphdhhpamgopagnlie
Official URL https://chromewebstore.google.com/detail/locker/bdacnlgpemjkfhlphdhhpamgopagnlie
Description All of your wishlists - now in one place.
File Size 761 KB
Installation Count 10,000
Current Version 0.1.19
Last Updated 2024-02-22
Publish Date 2020-10-21
Rating 4.69/5 Total 29 Ratings
Developer https://wantlocker.com
Email [email protected]
Payment Type free
Extension Website https://www.wantlocker.com
Help Page URL https://wantlocker.notion.site/Locker-Help-23ca98484c3b42c8962cc67baf702e86
Privacy Policy Page URL https://www.wantlocker.com/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Locker",
    "version": "0.1.19",
    "description": "All of your wishlists - now in one place.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.31987f00.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "background": {
        "service_worker": "background.732cf8dd.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:28001\/*",
            "https:\/\/*.wantlocker.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "browser_style": true,
        "default_title": "Locker"
    },
    "icons": {
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/LockerLogoLoFi.png",
                "images\/enter.svg",
                "images\/gift.svg",
                "images\/gradient80.webp",
                "images\/icon-dev.png",
                "images\/icon.png",
                "images\/left.svg",
                "images\/lock.svg",
                "images\/logotype.png",
                "images\/logout.svg",
                "images\/plus.svg",
                "images\/right.svg",
                "images\/search.svg",
                "images\/share.svg",
                "images\/x.svg",
                "images\/tutorial\/manually_open.webp",
                "images\/onboarding\/organize.webp",
                "images\/onboarding\/save.webp",
                "images\/onboarding\/view.webp",
                "content\/App.js",
                "content\/Navigator.js",
                "content\/Root.js",
                "content.31987f00.js",
                "content\/queries.js",
                "content\/styles.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "content.0a1874e1.css"
            ]
        }
    ]
}