BuxInside Extension

Account details, Sponsor ADS alert for website buxinside.com

BuxInside Extensionคืออะไร?

BuxInside Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BuxInside และคุณลักษณะหลักของมันคือ "Account details, Sponsor ADS alert for website buxinside.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuxInside Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}