Weekly Stock Loader

Get weekly stock market information about your favorite stocks!

Qu'est-ce que Weekly Stock Loader ?

Weekly Stock Loader est une extension Chrome développée par yoramrbl.media, et sa fonction principale est "Get weekly stock market information about your favorite stocks!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Weekly Stock Loader

Téléchargez les fichiers d'extension Weekly Stock Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!❤️                    

Informations de Base sur l'Extension

Nom Weekly Stock Loader Weekly Stock Loader
ID amgfkaleaihpincdepcfndpklgiogfdc
URL Officiel https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc
Description Get weekly stock market information about your favorite stocks!
Taille du Fichier 12.8 KB
Nombre d'Installations 3,115
Version Actuelle 1
Dernière Mise à Jour 2022-12-21
Date de Publication 2022-12-21
Développeur yoramrbl.media
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://home.upiloumnejim.xyz/
URL de la Page d'Aide https://home.upiloumnejim.xyz/contact.html
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}