Recast Extension
Browser Extension for letsrecast.ai
什么是Recast Extension?
Recast Extension是由https://letsrecast.ai开发的Chrome扩展程序,该扩展的主要功能是“Browser Extension for letsrecast.ai”。
扩展截图
下载Recast Extension扩展crx文件
下载Recast Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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 |
帮助页面URL | https://letsrecast.ai |
隐私政策页面URL | 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:\/\/*\/*", " |