Audio Cash Pro

Audible and ACX Suite for Self-Publishers

ما هو Audio Cash Pro؟

Audio Cash Pro هو إضافة Chrome تم تطويرها بواسطة https://www.audiocashpro.com/en، والميزة الرئيسية لها هي "Audible and ACX Suite for Self-Publishers".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Audio Cash Pro

قم بتنزيل ملفات الامتداد Audio Cash Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Audio Cash Pro Audio Cash Pro
ID odbilnppnopbdehgajgglmlnbehconnd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/audio-cash-pro/odbilnppnopbdehgajgglmlnbehconnd
الوصف Audible and ACX Suite for Self-Publishers
حجم الملف 1016 KB
عدد التثبيتات 111
النسخة الحالية 1.7
آخر تحديث 2020-04-29
تاريخ النشر 2020-04-28
تقييم 5.00/5 مجموع تقييمات 19
المطور https://www.audiocashpro.com/en
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.audiocashpro.com/en
عنوان صفحة المساعدة https://www.audiocashpro.com/en
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Audio Cash Pro",
    "short_name": "Audio Cash Pro",
    "version": "1.7",
    "manifest_version": 2,
    "description": "Audible and ACX Suite for Self-Publishers",
    "icons": {
        "16": "icons\/icon.png",
        "38": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png",
        "256": "icons\/icon.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_title": "Audio Cash Pro",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.audible.com\/*",
                "*:\/\/*.audible.co.uk\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/papaparse.min.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.acx.com\/sales\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/papaparse.min.js",
                "js\/acx.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery.min.js",
            "src\/bg\/background.js"
        ]
    },
    "web_accessible_resources": [
        "icons\/loading.gif"
    ]
}