Soci Boom Inviter
Soci Boom Inviter likes into fan page.
What is Soci Boom Inviter?
Soci Boom Inviter is a Chrome extension developed by https://sociboom.net, and its main feature is "Soci Boom Inviter likes into fan page.".
Extension Screenshots
Download Soci Boom Inviter Extension CRX File
Download Soci Boom Inviter 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
SociBoom Fan Inviter ti permetterà di invitare gli Utenti che mettono Like ai Tuoi Post a mettere Like anche sulla Fan Page! NO SPAM, potrai invitare solamente chi ha già interagito con i Post della tua Fan Page!
Extension Basic Information
Name | Soci Boom Inviter |
ID | ijkkjogleknagmhancangebfkcjecpph |
Official URL | https://chromewebstore.google.com/detail/soci-boom-inviter/ijkkjogleknagmhancangebfkcjecpph |
Description | Soci Boom Inviter likes into fan page. |
File Size | 66.27 KB |
Installation Count | 18 |
Current Version | 1.0.3 |
Last Updated | 2019-02-15 |
Publish Date | 2019-02-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://sociboom.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.sociboom.net |
Help Page URL | https://supporto.sociboom.net |
Supported Languages | it |
manifest.json | |
{ "name": "Soci Boom Inviter", "description": "Soci Boom Inviter likes into fan page.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Soci Boom Inviter" }, "permissions": [ "tabs", "notifications", "*:\/\/*.facebook.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "plugins\/jquery.min.js", "plugins\/rx.lite.min.js", "scripts\/contents.js" ] } ], "background": { "scripts": [ "scripts\/background.js" ] }, "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "version": "1.0.3" } |