Cam Your Way (for Chrome)

Cam Your Way model software, Chrome Browser edition

ما هو Cam Your Way (for Chrome)؟

Cam Your Way (for Chrome) هو إضافة Chrome تم تطويرها بواسطة http://camyourway.com، والميزة الرئيسية لها هي "Cam Your Way model software, Chrome Browser edition".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cam Your Way (for Chrome)

قم بتنزيل ملفات الامتداد Cam Your Way (for Chrome) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/"
    ]
}