Weekly Stock Loader

Get weekly stock market information about your favorite stocks!

Hvad er Weekly Stock Loader?

Weekly Stock Loader er en Chrome-udvidelse udviklet af yoramrbl.media, og dens hovedfunktion er "Get weekly stock market information about your favorite stocks!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Weekly Stock Loader-udvidelses-CRX-fil

Download Weekly Stock Loader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Weekly Stock Loader is a browser extension that helps you stay up-to-date on the latest stock market trends. With this extension, you can easily check the weekly stock performance of your favorite stocks, indices, and other financial instruments!
Whether you are an experienced investor or just starting out, Weekly Stock Loader is a valuable tool that can help you make informed decisions about your investments!
Leave us a review whether you like or dislike the extension so we could improve!❤️                    

Grundlæggende oplysninger om udvidelsen

Navn Weekly Stock Loader Weekly Stock Loader
ID amgfkaleaihpincdepcfndpklgiogfdc
Officiel URL https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc
Beskrivelse Get weekly stock market information about your favorite stocks!
Filstørrelse 12.8 KB
Antal Installationer 3,115
Nuværende Version 1
Senest Opdateret 2022-12-21
Udgivelsesdato 2022-12-21
Udvikler yoramrbl.media
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://home.upiloumnejim.xyz/
Hjælpeside-URL https://home.upiloumnejim.xyz/contact.html
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo.png",
        "default_title": "Weekly Stock Loader",
        "default_popup": "popup.html"
    },
    "description": "Get weekly stock market information about your favorite stocks!",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Weekly Stock Loader",
    "version": "1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}