Weekly Stock Loader

Get weekly stock market information about your favorite stocks!

什麼是Weekly Stock Loader?

Weekly Stock Loader是由yoramrbl.media開發的Chrome擴展程式,該擴展的主要功能是“Get weekly stock market information about your favorite stocks!”。

擴展截圖

screenshot
screenshot

下載Weekly Stock Loader擴展crx文件

下載Weekly Stock Loader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Weekly Stock Loader Weekly Stock Loader
ID amgfkaleaihpincdepcfndpklgiogfdc
官方網址 https://chrome.google.com/webstore/detail/weekly-stock-loader/amgfkaleaihpincdepcfndpklgiogfdc
簡介 Get weekly stock market information about your favorite stocks!
檔案大小 12.8 KB
安裝次數 3,115
目前版本 1
更新時間 2022-12-21
上架時間 2022-12-21
開發者 yoramrbl.media
電子郵箱 [email protected]
付費類型 free
擴展官網 https://home.upiloumnejim.xyz/
說明頁面URL https://home.upiloumnejim.xyz/contact.html
支援的語言 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": [
        "*:\/\/*\/*"
    ]
}