BuxInside Extension
Account details, Sponsor ADS alert for website buxinside.com
Cos'è BuxInside Extension?
BuxInside Extension è un'estensione di Chrome sviluppata da BuxInside, e la sua funzione principale è "Account details, Sponsor ADS alert for website buxinside.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuxInside Extension
Scarica i file di estensione BuxInside Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | BuxInside Extension |
ID | maibekeljflfnaknpgkahjkjhgoefmgg |
URL Ufficiale | https://chromewebstore.google.com/detail/buxinside-extension/maibekeljflfnaknpgkahjkjhgoefmgg |
Descrizione | Account details, Sponsor ADS alert for website buxinside.com |
Dimensione del File | 65.38 KB |
Conteggio Installazioni | 1,382 |
Versione Corrente | 1.1.8 |
Ultimo Aggiornamento | 2022-01-01 |
Data di Pubblicazione | 2018-06-04 |
Valutazione | 4.05/5 Totale 37 Valutazioni |
Sviluppatore | BuxInside |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.buxinside.com |
URL della Pagina della Politica sulla Privacy | https://www.buxinside.com/privacy.php |
Lingue Supportate | 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 } |