Cam Your Way (for Chrome)

Cam Your Way model software, Chrome Browser edition

What is Cam Your Way (for Chrome)?

Cam Your Way (for Chrome) is a Chrome extension developed by http://camyourway.com, and its main feature is "Cam Your Way model software, Chrome Browser edition".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cam Your Way (for Chrome) Extension CRX File

Download Cam Your Way (for Chrome) 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

                        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.                    

Extension Basic Information

Name Cam Your Way (for Chrome) Cam Your Way (for Chrome)
ID flibpgpooolmnncegiaknndeponblbcj
Official URL https://chrome.google.com/webstore/detail/cam-your-way-for-chrome/flibpgpooolmnncegiaknndeponblbcj
Description Cam Your Way model software, Chrome Browser edition
File Size 24.7 KB
Installation Count 62
Current Version 2.6.4
Last Updated 2015-10-27
Publish Date 2015-10-27
Rating 4.00/5 Total 5 Ratings
Developer http://camyourway.com
Payment Type free
Extension Website http://www.camyourway.com
Supported Languages 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\/"
    ]
}