BuxInside Extension
Account details, Sponsor ADS alert for website buxinside.com
什么是BuxInside Extension?
BuxInside Extension是由BuxInside开发的Chrome扩展程序,该扩展的主要功能是“Account details, Sponsor ADS alert for website buxinside.com”。
扩展截图
下载BuxInside Extension扩展crx文件
下载BuxInside Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BuxInside account details. This extension will allow you to see your buxinside account details just by using your api link fount at Promo Tools > API. Sponsor Advertisements and Logs alert enabled. Got a new referral? We will let you know before you login or visit our website. Also the log will be marked as read. Version 1.1.8 Major bug fix Version 1.1.6 Minor fix Version 1.1.5.2 Minor fix Version 1.1.5 BuxInside Logs Notifications. Version 1.1.4 Logo and design update. Version 1.1.3 Generate XML URL from cookies (fixed) Version 1.1.2 Option button added (before configuration) Generate XML URL from cookies (beta) Version 1.1.1 BUG FIXED: Badge counter fix after clicking ads.
扩展基本信息
名称 | BuxInside Extension |
ID | maibekeljflfnaknpgkahjkjhgoefmgg |
官方URL | https://chromewebstore.google.com/detail/buxinside-extension/maibekeljflfnaknpgkahjkjhgoefmgg |
简介 | Account details, Sponsor ADS alert for website buxinside.com |
文件大小 | 65.38 KB |
安装次数 | 1,382 |
当前版本 | 1.1.8 |
更新时间 | 2022-01-01 |
上架时间 | 2018-06-04 |
评分 | 4.05/5 共37次评分 |
开发者 | BuxInside |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.buxinside.com |
隐私政策页面URL | https://www.buxinside.com/privacy.php |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BuxInside Extension", "description": "Account details, Sponsor ADS alert for website buxinside.com", "version": "1.1.8", "author": "BuxInside", "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "60": "slogo2.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "slogo2.png" }, "permissions": [ "notifications", "storage", "background", "cookies", "*:\/\/www.buxinside.com\/*" ], "manifest_version": 2 } |