USD to BDT in AdSense™
View Google AdSense™ Earnings in Bangladeshi Taka (BDT)
USD to BDT in AdSense™คืออะไร?
USD to BDT in AdSense™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamitisa.com และคุณลักษณะหลักของมันคือ "View Google AdSense™ Earnings in Bangladeshi Taka (BDT)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย USD to BDT in AdSense™
ดาวน์โหลดไฟล์ส่วนขยาย USD to BDT in AdSense™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension shows Google AdSense™ earnings in Bangladeshi Taka (BDT). ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hdbmkcjineadmpcjmmekbomckhcepogb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/usd-to-bdt-in-adsense/hdbmkcjineadmpcjmmekbomckhcepogb |
| คำอธิบาย | View Google AdSense™ Earnings in Bangladeshi Taka (BDT) |
| ขนาดไฟล์ | 33.91 KB |
| จำนวนการติดตั้ง | 16 |
| เวอร์ชันปัจจุบัน | 2.0.1 |
| อัปเดตครั้งล่าสุด | 2022-03-12 |
| วันที่เผยแพร่ | 2022-03-10 |
| ผู้พัฒนา | https://gamitisa.com |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://gamitisa.com/ |
| URL หน้าช่วยเหลือ | https://gamitisa.com/contact/ |
| URL หน้านโยบายความเป็นส่วนตัว | https://gamitisa.com/privacy-policy.php |
| ภาษาที่รองรับ | 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\/*"
]
} | |