Soci Boom Inviter
Soci Boom Inviter likes into fan page.
什么是Soci Boom Inviter?
Soci Boom Inviter是由https://sociboom.net开发的Chrome扩展程序,该扩展的主要功能是“Soci Boom Inviter likes into fan page.”。
扩展截图
下载Soci Boom Inviter扩展crx文件
下载Soci Boom Inviter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Soci Boom Inviter |
ID | ijkkjogleknagmhancangebfkcjecpph |
官方URL | https://chromewebstore.google.com/detail/soci-boom-inviter/ijkkjogleknagmhancangebfkcjecpph |
简介 | Soci Boom Inviter likes into fan page. |
文件大小 | 66.27 KB |
安装次数 | 18 |
当前版本 | 1.0.3 |
更新时间 | 2019-02-15 |
上架时间 | 2019-02-15 |
评分 | 5.00/5 共1次评分 |
开发者 | https://sociboom.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.sociboom.net |
帮助页面URL | https://supporto.sociboom.net |
支持的语言 | 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" } |