Stocker

Stock price tracker

What is Stocker?

Stocker is a Chrome extension developed by hodoli, and its main feature is "Stock price tracker".

Extension Screenshots

screenshot
screenshot

Download Stocker Extension CRX File

Download Stocker 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

                        관심있는 한국/미국 주식의 실시간 가격을 웹서핑 도중에 확인할 수 있습니다.
개별 주식의 차트를 확인하고 다른 사용자들과 의견을 교환할 수 있습니다.

You can track price of american/korean stocks which you are interested in.
You can also check out the charts of the stocks and share your opinion.                    

Extension Basic Information

Name Stocker Stocker
ID lmcbpoilcndobnnfjoihheocafaaleck
Official URL https://chromewebstore.google.com/detail/stocker/lmcbpoilcndobnnfjoihheocafaaleck
Description Stock price tracker
File Size 3.07 MB
Installation Count 146
Current Version 0.0.1
Last Updated 2020-06-17
Publish Date 2020-06-17
Rating 5.00/5 Total 1 Ratings
Developer hodoli
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stocker",
    "description": "Stock price tracker",
    "version": "0.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "static\/js\/main.js",
                "lib\/tv.js",
                "lib\/jquery-3.5.1.min.js"
            ],
            "css": [
                "reset.css",
                "static\/css\/main.css"
            ]
        }
    ],
    "oauth2": {
        "client_id": "871481155776-ravdrsbvoaossitvspvomae92nd02en2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "identity"
    ],
    "web_accessible_resources": []
}