USD to BDT in AdSense™

View Google AdSense™ Earnings in Bangladeshi Taka (BDT)

Qu'est-ce que USD to BDT in AdSense™ ?

USD to BDT in AdSense™ est une extension Chrome développée par https://gamitisa.com, et sa fonction principale est "View Google AdSense™ Earnings in Bangladeshi Taka (BDT)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension USD to BDT in AdSense™

Téléchargez les fichiers d'extension USD to BDT in AdSense™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension shows Google AdSense™ earnings in Bangladeshi Taka (BDT).                    

Informations de Base sur l'Extension

Nom USD to BDT in AdSense™ USD to BDT in AdSense™
ID hdbmkcjineadmpcjmmekbomckhcepogb
URL Officiel https://chromewebstore.google.com/detail/usd-to-bdt-in-adsense/hdbmkcjineadmpcjmmekbomckhcepogb
Description View Google AdSense™ Earnings in Bangladeshi Taka (BDT)
Taille du Fichier 33.91 KB
Nombre d'Installations 16
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-03-12
Date de Publication 2022-03-10
Développeur https://gamitisa.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gamitisa.com/
URL de la Page d'Aide https://gamitisa.com/contact/
URL de la Page de Politique de Confidentialité https://gamitisa.com/privacy-policy.php
Langues Prises en Charge 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\/*"
    ]
}