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
官方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
电子邮箱 [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\/*"
    ]
}