USD to BDT in AdSense™
View Google AdSense™ Earnings in Bangladeshi Taka (BDT)
什麼是USD to BDT in AdSense™?
USD to BDT in AdSense™是由https://gamitisa.com開發的Chrome擴展程式,該擴展的主要功能是“View Google AdSense™ Earnings in Bangladeshi Taka (BDT)”。
擴展截圖
下載USD to BDT in AdSense™擴展crx文件
下載USD to BDT in AdSense™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension shows Google AdSense™ earnings in Bangladeshi Taka (BDT). 擴展基本資訊
| 名稱 | |
| ID | hdbmkcjineadmpcjmmekbomckhcepogb |
| 官方網址 | 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\/*"
]
} | |