Recast Extension

Browser Extension for letsrecast.ai

ما هو Recast Extension؟

Recast Extension هو إضافة Chrome تم تطويرها بواسطة https://letsrecast.ai، والميزة الرئيسية لها هي "Browser Extension for letsrecast.ai".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Recast Extension

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

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

                        Recast your favorite articles into podcasts and listen to them on the go. Never miss out on the next popular article. Submit your favorite articles for AI conversion using this Chrome extension and listen to them on the recast app available on the iOS App Store.                    

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

الاسم Recast Extension Recast Extension
ID aokjliljkpnkdaigjaacamdnejhjhkfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/recast-extension/aokjliljkpnkdaigjaacamdnejhjhkfm
الوصف Browser Extension for letsrecast.ai
حجم الملف 447 KB
عدد التثبيتات 14,290
النسخة الحالية 1.3.1.13
آخر تحديث 2023-12-01
تاريخ النشر 2023-03-08
تقييم 3.51/5 مجموع تقييمات 35
المطور https://letsrecast.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://letsrecast.ai
عنوان صفحة المساعدة https://letsrecast.ai
عنوان صفحة سياسة الخصوصية https://coda.io/d/_d32FqVOElW8/Privacy-Policy_suTaO
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmhdOfaQ\/rcRKOBJl5q+nkqAr9l16jtI+voPzdcwn9hVob0NvxFYUjJ9DOpcZbNxRFCxSz7pntSSANa1ZmQM42LocN4rLaXxllPLYC0dxo1Ka2X5W\/puhzpcD7cCEcrg2hfAusZSRGInwSetGD5hMvkn\/YihJPSijvXq7k0Unryp4nh3YwhOgjX+rCflOTZsqOXorfXf1bPVx1JiGoDnr39Kmowy\/BxIzXEEdzUUyH914JhFaz\/EjbQe\/TFpChuaQddZFH8h+x+v20Cj\/1EKhadFtc8sIvhZg1r8rPfFMHRhbQA01bQirDhQVo1SoGHwn9j2c7B+A64ZkaD\/RSi6peQIDAQAB",
    "name": "Recast Extension",
    "version": "1.3.1.13",
    "description": "Browser Extension for letsrecast.ai",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_specific_settings": {
        "safari": {
            "strict_min_version": "16.4"
        }
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/34x34.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.letsrecast.ai\/*",
            "https:\/\/localhost:3000\/*",
            "https:\/\/localhost:3000\/"
        ]
    },
    "icons": {
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-1cbac807.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/index.ts-3f782b02.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+R",
                "mac": "Alt+R"
            }
        }
    }
}