Things To Get Me

The universal wish-list maker. Add items to your gift list from any website.

What is Things To Get Me?

Things To Get Me is a Chrome extension developed by https://www.thingstogetme.com, and its main feature is "The universal wish-list maker. Add items to your gift list from any website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Things To Get Me Extension CRX File

Download Things To Get Me 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

                        Free independent wish-list maker, add items to your wish-list from any stores as you browse online.

You can create new lists, and manage any existing lists directly.                    

Extension Basic Information

Name Things To Get Me Things To Get Me
ID hikgojdlmopjpjfbmmpoleceddnhdjbi
Official URL https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi
Description The universal wish-list maker. Add items to your gift list from any website.
File Size 4.95 MB
Installation Count 11,273
Current Version 4.3
Last Updated 2023-06-25
Publish Date 2020-06-28
Rating 4.45/5 Total 11 Ratings
Developer https://www.thingstogetme.com
Email [email protected]
Payment Type free
Extension Website https://www.thingstogetme.com
Privacy Policy Page URL https://www.thingstogetme.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Things To Get Me",
    "version": "4.3",
    "description": "The universal wish-list maker. Add items to your gift list from any website.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.thingstogetme.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 3
}