bepop – boost your popularity
Boost your account with Real followers automatically
什么是bepop – boost your popularity?
bepop – boost your popularity是由tolikaman开发的Chrome扩展程序,该扩展的主要功能是“Boost your account with Real followers automatically”。
扩展截图
下载bepop – boost your popularity扩展crx文件
下载bepop – boost your popularity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You choose vector of users, which you want to get. Our Artificial Intelligence start liking the most fit users by your custom.
扩展基本信息
名称 | bepop – boost your popularity |
ID | gnpllmlecgpnhfgacmjfdjahkfdkcdlb |
官方URL | https://chromewebstore.google.com/detail/bepop-%E2%80%93-boost-your-popula/gnpllmlecgpnhfgacmjfdjahkfdkcdlb |
简介 | Boost your account with Real followers automatically |
文件大小 | 301 KB |
安装次数 | 28 |
当前版本 | 1.0.0 |
更新时间 | 2020-11-17 |
上架时间 | 2020-11-16 |
开发者 | tolikaman |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://bepop.app/ |
帮助页面URL | https://bepop.app/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "bepop \u2013 boost your popularity", "short_name": "bepop", "version": "1.0.0", "description": "Boost your account with Real followers automatically", "icons": { "192": "images\/icon.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "build\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "permissions": [ "storage", "background", "notifications", "webRequest", "webRequestBlocking", "https:\/\/i.instagram.com\/" ], "externally_connectable": { "matches": [ "http:\/\/localhost\/*", "https:\/\/*.caffeinum.now.sh\/*", "https:\/\/*.bepop.app\/*" ] }, "manifest_version": 2 } |