Weekly Stock Loader

Get weekly stock market information about your favorite stocks!

ما هو Weekly Stock Loader؟

Weekly Stock Loader هو إضافة Chrome تم تطويرها بواسطة yoramrbl.media، والميزة الرئيسية لها هي "Get weekly stock market information about your favorite stocks!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Weekly Stock Loader

قم بتنزيل ملفات الامتداد Weekly Stock Loader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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/
عنوان صفحة المساعدة 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": [
        "*:\/\/*\/*"
    ]
}