Social Money
Check Social Media campaigns for SocialMoney website
Wat is Social Money?
Social Money is een Chrome-extensie ontwikkeld door socialmoneyreal, en de belangrijkste functie is "Check Social Media campaigns for SocialMoney website".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Money
Download Social Money-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
Basisinformatie over de Extensie
Naam | |
ID | eafnacfgjlmnmcimifeigjhpnhkhfjci |
Officiële URL | https://chrome.google.com/webstore/detail/social-money/eafnacfgjlmnmcimifeigjhpnhkhfjci |
Beschrijving | Check Social Media campaigns for SocialMoney website |
Bestandsgrootte | 254 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2022-03-30 |
Publicatiedatum | 2022-03-14 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | socialmoneyreal |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://socialmoney.it |
Help Pagina-URL | https://socialmoney.it/faq |
URL van de Privacybeleid Pagina | https://socialmoney.it/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Social Money", "description": "Check Social Media campaigns for SocialMoney website", "version": "1.1.1", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Social Money" }, "permissions": [ "activeTab", "tabs", "cookies", "scripting" ], "background": { "service_worker": "gift_confirm.js" }, "content_scripts": [ { "matches": [ "https:\/\/socialmoney.it\/*" ], "js": [ "request_card.js", "snappy_lib.js" ] } ], "host_permissions": [ "*:\/\/*\/*", "https:\/\/socialmoney.it\/*", " |