Weekly Stock Loader

Get weekly stock market information about your favorite stocks!

What is Weekly Stock Loader?

Weekly Stock Loader is a Chrome extension developed by yoramrbl.media, and its main feature is "Get weekly stock market information about your favorite stocks!".

Extension Screenshots

screenshot
screenshot

Download Weekly Stock Loader Extension CRX File

Download Weekly Stock Loader 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

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

Extension Basic Information

Name Weekly Stock Loader Weekly Stock Loader
ID amgfkaleaihpincdepcfndpklgiogfdc
Official URL https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc
Description Get weekly stock market information about your favorite stocks!
File Size 12.8 KB
Installation Count 3,115
Current Version 1
Last Updated 2022-12-21
Publish Date 2022-12-21
Developer yoramrbl.media
Email [email protected]
Payment Type free
Extension Website https://home.upiloumnejim.xyz/
Help Page URL https://home.upiloumnejim.xyz/contact.html
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}