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”。

擴展截圖

screenshot

下載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 DogeCoin Tracker 2021 - To the Moon
ID bjcceahaghmiiidcelhfgkmenojbnpdd
官方網址 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
電子郵箱 [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\/*"
    ]
}