DogeCoin Tracker 2021 - To the Moon
DogeCoin Price Tracker in Real Time
DogeCoin Tracker 2021 - To the Moonとは何ですか?
DogeCoin Tracker 2021 - To the MoonはAnimeDBによって開発されたChromeの拡張機能で、その主な機能は「DogeCoin Price Tracker in Real Time」です。
拡張機能のスクリーンショット
DogeCoin Tracker 2021 - To the Moon拡張機能のCRXファイルをダウンロード
DogeCoin Tracker 2021 - To the Moon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SO MUCH WOW #TOTHEMOON This chrome extension was built to easily allow you to monitor cryptocurrency coin and asset prices without leaving your current browser webpage.
拡張機能の基本情報
名前 | DogeCoin Tracker 2021 - To the Moon |
ID | bjcceahaghmiiidcelhfgkmenojbnpdd |
公式URL | https://chromewebstore.google.com/detail/dogecoin-tracker-2021-to/bjcceahaghmiiidcelhfgkmenojbnpdd |
説明 | DogeCoin Price Tracker in Real Time |
ファイルサイズ | 170 KB |
インストール数 | 300 |
現在のバージョン | 1.3.5 |
最終更新日 | 2022-10-02 |
公開日 | 2021-02-27 |
評価 | 4.86/5 合計 7 レビュー |
開発者 | AnimeDB |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://animedb.org/privacidad |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DogeCoin Tracker 2021 - To the Moon", "version": "1.3.5", "manifest_version": 2, "offline_enabled": false, "description": "DogeCoin Price Tracker in Real Time", "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "persistent": true, "scripts": [ "contenido\/js\/background.js" ] }, "browser_action": { "default_title": "DogeCoin Tracker", "default_icon": "icons\/icon48.png", "default_popup": "contenido\/conectarse.html" }, "web_accessible_resources": [ "contenido\/*" ] } |