Social Money
Check Social Media campaigns for SocialMoney website
What is Social Money?
Social Money is a Chrome extension developed by socialmoneyreal, and its main feature is "Check Social Media campaigns for SocialMoney website".
Extension Screenshots
Download Social Money Extension CRX File
Download Social Money 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
Extension Basic Information
Name | |
ID | eafnacfgjlmnmcimifeigjhpnhkhfjci |
Official URL | https://chrome.google.com/webstore/detail/social-money/eafnacfgjlmnmcimifeigjhpnhkhfjci |
Description | Check Social Media campaigns for SocialMoney website |
File Size | 254 KB |
Installation Count | 22 |
Current Version | 1.1.1 |
Last Updated | 2022-03-30 |
Publish Date | 2022-03-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | socialmoneyreal |
[email protected] | |
Payment Type | free |
Extension Website | https://socialmoney.it |
Help Page URL | https://socialmoney.it/faq |
Privacy Policy Page URL | https://socialmoney.it/privacy-policy |
Supported Languages | 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\/*", " |