USD to BDT in AdSense™
View Google AdSense™ Earnings in Bangladeshi Taka (BDT)
USD to BDT in AdSense™ là gì?
USD to BDT in AdSense™ là một tiện ích mở rộng Chrome được phát triển bởi https://gamitisa.com, và tính năng chính của nó là "View Google AdSense™ Earnings in Bangladeshi Taka (BDT)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng USD to BDT in AdSense™
Tải xuống các tệp mở rộng USD to BDT in AdSense™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension shows Google AdSense™ earnings in Bangladeshi Taka (BDT).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | USD to BDT in AdSense™ |
ID | hdbmkcjineadmpcjmmekbomckhcepogb |
URL Chính Thức | https://chromewebstore.google.com/detail/usd-to-bdt-in-adsense/hdbmkcjineadmpcjmmekbomckhcepogb |
Mô tả | View Google AdSense™ Earnings in Bangladeshi Taka (BDT) |
Kích Thước Tệp | 33.91 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-03-12 |
Ngày Phát Hành | 2022-03-10 |
Nhà Phát Triển | https://gamitisa.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://gamitisa.com/ |
URL Trang Trợ Giúp | https://gamitisa.com/contact/ |
URL Trang Chính Sách Bảo Mật | https://gamitisa.com/privacy-policy.php |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "USD to BDT in AdSense\u2122", "version": "2.0.1", "description": "View Google AdSense\u2122 Earnings in Bangladeshi Taka (BDT)", "author": "Gamitisa", "homepage_url": "https:\/\/gamitisa.com", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "action": { "default_title": "USD to BDT in AdSense\u2122", "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" }, "default_popup": "ui.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/adsense\/*" ], "js": [ "usd-bdt.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "options_ui": { "page": "ui.html", "browser_style": false }, "permissions": [ "storage", "scripting", "declarativeContent" ], "host_permissions": [ "https:\/\/*.google.com\/adsense\/*" ] } |