BuxInside Extension
Account details, Sponsor ADS alert for website buxinside.com
Vad är BuxInside Extension?
BuxInside Extension är en Chrome-tillägg utvecklad av BuxInside, och dess huvudfunktion är "Account details, Sponsor ADS alert for website buxinside.com".
Tilläggsskärmbilder
Ladda ner BuxInside Extension-förlängningens CRX-fil
Ladda ner BuxInside Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | BuxInside Extension |
ID | maibekeljflfnaknpgkahjkjhgoefmgg |
Officiell webbadress | https://chromewebstore.google.com/detail/buxinside-extension/maibekeljflfnaknpgkahjkjhgoefmgg |
Beskrivning | Account details, Sponsor ADS alert for website buxinside.com |
Filstorlek | 65.38 KB |
Antal Installationer | 1,382 |
Aktuell Version | 1.1.8 |
Senast Uppdaterad | 2022-01-01 |
Publiceringsdatum | 2018-06-04 |
Betyg | 4.05/5 Totalt 37 Betyg |
Utvecklare | BuxInside |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.buxinside.com |
URL till Sekretesspolicy Sidan | https://www.buxinside.com/privacy.php |
Stödda Språk | 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 } |