USD to BDT in AdSense™
View Google AdSense™ Earnings in Bangladeshi Taka (BDT)
Co to jest USD to BDT in AdSense™?
USD to BDT in AdSense™ to rozszerzenie Chrome opracowane przez https://gamitisa.com, a jego główną funkcją jest „View Google AdSense™ Earnings in Bangladeshi Taka (BDT)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia USD to BDT in AdSense™
Pobierz pliki rozszerzeń USD to BDT in AdSense™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension shows Google AdSense™ earnings in Bangladeshi Taka (BDT).
Podstawowe informacje o rozszerzeniu
Nazwa | USD to BDT in AdSense™ |
ID | hdbmkcjineadmpcjmmekbomckhcepogb |
Oficjalny URL | https://chromewebstore.google.com/detail/usd-to-bdt-in-adsense/hdbmkcjineadmpcjmmekbomckhcepogb |
Opis | View Google AdSense™ Earnings in Bangladeshi Taka (BDT) |
Rozmiar pliku | 33.91 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 2.0.1 |
Ostatnia Aktualizacja | 2022-03-12 |
Data Publikacji | 2022-03-10 |
Deweloper | https://gamitisa.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://gamitisa.com/ |
Adres URL Strony Pomocy | https://gamitisa.com/contact/ |
Adres URL Strony Polityki Prywatności | https://gamitisa.com/privacy-policy.php |
Obsługiwane Języki | 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\/*" ] } |