BuxInside Extension
Account details, Sponsor ADS alert for website buxinside.com
What is BuxInside Extension?
BuxInside Extension is a Chrome extension developed by BuxInside, and its main feature is "Account details, Sponsor ADS alert for website buxinside.com".
Extension Screenshots
Download BuxInside Extension Extension CRX File
Download BuxInside Extension 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
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.
Extension Basic Information
Name | BuxInside Extension |
ID | maibekeljflfnaknpgkahjkjhgoefmgg |
Official URL | https://chromewebstore.google.com/detail/buxinside-extension/maibekeljflfnaknpgkahjkjhgoefmgg |
Description | Account details, Sponsor ADS alert for website buxinside.com |
File Size | 65.38 KB |
Installation Count | 1,382 |
Current Version | 1.1.8 |
Last Updated | 2022-01-01 |
Publish Date | 2018-06-04 |
Rating | 4.05/5 Total 37 Ratings |
Developer | BuxInside |
[email protected] | |
Payment Type | free |
Extension Website | https://www.buxinside.com |
Privacy Policy Page URL | https://www.buxinside.com/privacy.php |
Supported Languages | 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 } |