Things To Get Me
The universal wish-list maker. Add items to your gift list from any website.
Wat is Things To Get Me?
Things To Get Me is een Chrome-extensie ontwikkeld door https://www.thingstogetme.com, en de belangrijkste functie is "The universal wish-list maker. Add items to your gift list from any website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Things To Get Me
Download Things To Get Me-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hikgojdlmopjpjfbmmpoleceddnhdjbi |
| Officiële URL | https://chromewebstore.google.com/detail/things-to-get-me/hikgojdlmopjpjfbmmpoleceddnhdjbi |
| Beschrijving | The universal wish-list maker. Add items to your gift list from any website. |
| Bestandsgrootte | 4.95 MB |
| Aantal Installaties | 11,273 |
| Huidige Versie | 4.3 |
| Laatst Bijgewerkt | 2023-06-25 |
| Publicatiedatum | 2020-06-28 |
| Beoordeling | 4.45/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://www.thingstogetme.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.thingstogetme.com |
| URL van de Privacybeleid Pagina | https://www.thingstogetme.com/privacy |
| Ondersteunde Talen | 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
} | |