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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |