BuxBack - Earn R$
Earn ROBUX back for every purchase you make on the ROBLOX catalog!
BuxBack - Earn R$란 무엇입니까?
BuxBack - Earn R$은(는) sponsorships에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Earn ROBUX back for every purchase you make on the ROBLOX catalog!"입니다.
확장 프로그램 스크린샷
BuxBack - Earn R$ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Trademark Disclaimer: We’re not affiliated in any way with the Roblox Corporation or any of its trademarks. Tutorial: https://www.youtube.com/watch?v=NRXBEPCvCw8 Summary: Save ROBUX when purchasing catalog items and game passes in ROBLOX! For every purchase you make on select items, you will receive ROBUX back! We receive a commission for some items on the catalog as well as game passes, and we share a portion of this commission back to you! This creates a win-win scenario for everyone involved. FAQ: How does it work? Every time you make a purchase on eligible items and gamepasses, you receive ROBUX back in your extension's balance. Withdraw this ROBUX into your ROBLOX account by using the withdraw tab. We receive a commission on select purchases, and we share this commission with you! How do I receive ROBUX in my account? Your extension's balance will be transferred to https://bloxflip.com. This site will then allow you to withdraw into your ROBLOX account. The website transfers the ROBUX into your ROBLOX account through private servers. The ROBUX will first appear as "pending" in your ROBLOX account, however in 3-5 days it will arrive in your account and ready to spend!
확장 프로그램 기본 정보
이름 | BuxBack - Earn R$ |
ID | fgiaibpabhdkjenjhgpmgcieobcjaonj |
공식 URL | https://chromewebstore.google.com/detail/buxback-earn-r/fgiaibpabhdkjenjhgpmgcieobcjaonj |
설명 | Earn ROBUX back for every purchase you make on the ROBLOX catalog! |
파일 크기 | 178 KB |
설치 횟수 | 40,205 |
현재 버전 | 2.1 |
최근 업데이트 | 2022-10-03 |
출시 날짜 | 2021-08-29 |
평점 | 2.79/5 총 168 개의 평점 |
개발자 | sponsorships |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://blox.land/text/PrivacyPolicyBuxBack.txt |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BuxBack - Earn R$", "version": "2.1", "description": "Earn ROBUX back for every purchase you make on the ROBLOX catalog!", "background": { "service_worker": "background.js" }, "action": { "default_title": "BuxBack Extension", "default_popup": "popup.html", "default_icon": { "128": "assets\/icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/*" ], "js": [ "js\/content.js" ] }, { "matches": [ "https:\/\/*.roblox.com\/*" ], "js": [ "js\/content2.js" ] } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules_1.json" } ] }, "host_permissions": [ "https:\/\/*.roblox.com\/*", "https:\/\/*.rbxcdn.com\/*", "https:\/\/*.blox.land\/*" ], "permissions": [ "storage", "declarativeNetRequest", "notifications" ] } |