DogeCoin Tracker 2021 - To the Moon

DogeCoin Price Tracker in Real Time

What is DogeCoin Tracker 2021 - To the Moon?

DogeCoin Tracker 2021 - To the Moon is a Chrome extension developed by AnimeDB, and its main feature is "DogeCoin Price Tracker in Real Time".

Extension Screenshots

screenshot

Download DogeCoin Tracker 2021 - To the Moon Extension CRX File

Download DogeCoin Tracker 2021 - To the Moon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DogeCoin Tracker 2021 - To the Moon DogeCoin Tracker 2021 - To the Moon
ID bjcceahaghmiiidcelhfgkmenojbnpdd
Official URL https://chromewebstore.google.com/detail/dogecoin-tracker-2021-to/bjcceahaghmiiidcelhfgkmenojbnpdd
Description DogeCoin Price Tracker in Real Time
File Size 170 KB
Installation Count 300
Current Version 1.3.5
Last Updated 2022-10-02
Publish Date 2021-02-27
Rating 4.86/5 Total 7 Ratings
Developer AnimeDB
Email [email protected]
Payment Type free
Privacy Policy Page URL https://animedb.org/privacidad
Supported Languages 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\/*"
    ]
}