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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Google AdSense™ Earnings in Bangladeshi Taka (BDT)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में USD to BDT in AdSense™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
    ]
}