Cam Your Way (for Chrome)

Cam Your Way model software, Chrome Browser edition

Cam Your Way (for Chrome)란 무엇입니까?

Cam Your Way (for Chrome)은(는) http://camyourway.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cam Your Way model software, Chrome Browser edition"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cam Your Way (for Chrome) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We know that successful cam models are innovative, motivated, entrepreneurial, talented performers. We aim to be your software and finance professionals who can provide you the tools you need to better understand and grow your business and your brand.

We proudly announce the beta of our first product, Cam Your Way Analytics, available right here and right now. This set of tools lets you collect, graph, and analyze your earnings and see at a glance who your top customers are and which activities earn you the most. In literally seconds, with a single click, you can always see up-to-date earnings reports.                    

확장 프로그램 기본 정보

이름 Cam Your Way (for Chrome) Cam Your Way (for Chrome)
ID flibpgpooolmnncegiaknndeponblbcj
공식 URL https://chrome.google.com/webstore/detail/cam-your-way-for-chrome/flibpgpooolmnncegiaknndeponblbcj
설명 Cam Your Way model software, Chrome Browser edition
파일 크기 24.7 KB
설치 횟수 62
현재 버전 2.6.4
최근 업데이트 2015-10-27
출시 날짜 2015-10-27
평점 4.00/5 총 5 개의 평점
개발자 http://camyourway.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.camyourway.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cam Your Way (for Chrome)",
    "version": "2.6.4",
    "manifest_version": 2,
    "description": "Cam Your Way model software, Chrome Browser edition",
    "background": {
        "scripts": [
            "background.js",
            "platforms.js"
        ]
    },
    "page_action": {
        "default_icon": "cywicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.camyourway.com\/*account\/"
            ],
            "js": [
                "cyw_content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.camyourway.com\/*diagnostics\/"
            ],
            "js": [
                "cyw_content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/localhost\/account\/"
            ],
            "js": [
                "cyw_content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.adultwork.com\/*"
            ],
            "js": [
                "platform_content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.myfreecams.com\/*"
            ],
            "js": [
                "platform_content_script.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.ifriends.net\/*",
                "http:\/\/*.ifriends.com\/*"
            ],
            "js": [
                "platform_content_script.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.streamatemodels.com\/*"
            ],
            "js": [
                "platform_content_script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "http:\/\/localhost\/*",
        "*:\/\/*.camyourway.com\/",
        "http:\/\/*.adultwork.com\/",
        "http:\/\/profiles.myfreecams.com\/",
        "http:\/\/www.myfreecams.com\/mfc2\/",
        "http:\/\/impulse.myfreecams.com\/",
        "http:\/\/streamatemodels.com\/",
        "http:\/\/*.ifriends.net\/"
    ]
}