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)」です。

拡張機能のスクリーンショット

screenshot

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).                    

拡張機能の基本情報

名前 USD to BDT in AdSense™ USD to BDT in AdSense™
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
Eメール [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\/*"
    ]
}