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ファイルをダウンロード
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 |
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 |
Eメール | [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 } |