Viewtrader

This extension provides more functionality to optimize your Youtube channel

Viewtrader란 무엇입니까?

Viewtrader은(는) https://viewtrader.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides more functionality to optimize your Youtube channel"입니다.

확장 프로그램 스크린샷

screenshot

Viewtrader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds functionality to Youtube to communicatie with Viewtrader.net to boost your Youtube content.                    

확장 프로그램 기본 정보

이름 Viewtrader Viewtrader
ID fehpipicaiihbpiegagncpdfkfmodiol
공식 URL https://chromewebstore.google.com/detail/viewtrader/fehpipicaiihbpiegagncpdfkfmodiol
설명 This extension provides more functionality to optimize your Youtube channel
파일 크기 85.32 KB
설치 횟수 2,980
현재 버전 1.0.7
최근 업데이트 2021-07-02
출시 날짜 2020-11-13
평점 1.87/5 총 15 개의 평점
개발자 https://viewtrader.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://viewtrader.net
개인정보 보호 정책 페이지 URL https://viewtrader.net/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Viewtrader",
    "description": "This extension provides more functionality to optimize your Youtube channel",
    "version": "1.0.7",
    "version_name": "1.0.7",
    "author": "Viewtrader",
    "icons": {
        "48": "assets\/images\/vt_menu_icon.png"
    },
    "browser_action": {
        "default_title": "Viewtrader",
        "default_icon": {
            "19": "assets\/images\/vt_menu_icon.png",
            "20": "assets\/images\/vt_menu_icon.png",
            "38": "assets\/images\/vt_menu_icon.png"
        }
    },
    "web_accessible_resources": [
        "assets\/images\/vt_menu_icon.png",
        "assets\/images\/loading.gif",
        "assets\/images\/charts.png",
        "assets\/css\/vt_main.css"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "assets\/js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.viewtrader.net\/*",
                "https:\/\/*.viewtrader.net\/*"
            ],
            "js": [
                "assets\/js\/keepActive.js",
                "assets\/js\/keepActiveWorker.js",
                "assets\/js\/jquery.min.js",
                "assets\/js\/vt_main.js"
            ],
            "css": [
                "assets\/css\/vt_main.css"
            ]
        }
    ]
}