PushCC

PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.

ما هو PushCC؟

PushCC هو إضافة Chrome تم تطويرها بواسطة Tool Maker Lab، والميزة الرئيسية لها هي "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.".

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

screenshot

تحميل ملف CRX للإضافة PushCC

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

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

                        PushCC is a Google chrome extension to transcribe your YouTube video with a single click. This works with 120 languages and this helps to boost up your YouTube SEO. Also, over 70% of the people watch video in mute so the subtitle can help them to engage with your YouTube videos.                    

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

الاسم PushCC PushCC
ID ggkjfoioamiagdigfidnanfjccjldfmm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pushcc/ggkjfoioamiagdigfidnanfjccjldfmm
الوصف PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.
حجم الملف 51.12 KB
عدد التثبيتات 170
النسخة الحالية 1.6.6
آخر تحديث 2020-08-22
تاريخ النشر 2020-05-02
تقييم 1.00/5 مجموع تقييمات 1
المطور Tool Maker Lab
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pushcc.com/
عنوان صفحة المساعدة https://pushcc.com/
عنوان صفحة سياسة الخصوصية https://pushcc.com/privacy-policy
اللغات المدعومة zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PushCC",
    "description": "PushCC is a handy tool for transcribing YouTube video with a single click as well as boosting up your YouTube SEO.",
    "version": "1.6.6",
    "icons": {
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com https:\/\/code.jquery.com;",
    "background": {
        "scripts": [
            "scripts\/env.js",
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ]
    }
}