Message Tool
Easily manage contacting new friends
Wat is Message Tool?
Message Tool is een Chrome-extensie ontwikkeld door Rupert's Tools, en de belangrijkste functie is "Easily manage contacting new friends".
Extensie Screenshots
Download het CRX-bestand van de extensie Message Tool
Download Message Tool-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
Easily manage contacting new friends
Basisinformatie over de Extensie
Naam | |
ID | ikiaaceoihbpjpgicpciloncnfiklinb |
Officiële URL | https://chrome.google.com/webstore/detail/ikiaaceoihbpjpgicpciloncnfiklinb |
Beschrijving | Easily manage contacting new friends |
Bestandsgrootte | 112 KB |
Aantal Installaties | 39 |
Huidige Versie | 3.10 |
Laatst Bijgewerkt | 2019-06-21 |
Publicatiedatum | 2019-06-21 |
Ontwikkelaar | Rupert's Tools |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.rupertsamuel.com/pages/privacy-policy |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Message Tool", "version": "3.10", "description": "Easily manage contacting new friends", "permissions": [ "storage", "activeTab", "https:\/\/eumetric.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "background": { "scripts": [ "jquery-3.3.1.js", "background.js", "licencing.js" ] }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "images\/4.png" } }, "icons": { "128": "images\/4.png" }, "manifest_version": 2 } |