Podnapisi subtitle download
Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.
什么是Podnapisi subtitle download?
Podnapisi subtitle download是由MikeNight开发的Chrome扩展程序,该扩展的主要功能是“Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.”。
扩展截图
下载Podnapisi subtitle download扩展crx文件
下载Podnapisi subtitle download扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | clbmjgnlajfnddblmmlmaaneeapgpbcm |
官方URL | https://chrome.google.com/webstore/detail/podnapisi-subtitle-downlo/clbmjgnlajfnddblmmlmaaneeapgpbcm |
简介 | Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages. |
文件大小 | 578 KB |
安装次数 | 569 |
当前版本 | 1.8.2 |
更新时间 | 2013-10-23 |
上架时间 | 2013-10-23 |
评分 | 1.67/5 共3次评分 |
开发者 | MikeNight |
付费类型 | free |
支持的语言 | pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "podnapisi.js" ], "matches": [ "http:\/\/*.podnapisi.net\/*" ] } ], "description": "Download buttons & Next episode & Release names & Focus styles for Podnapisi subtitles, all Languages.", "icons": { "128": "logo_128.png", "48": "logo_48.png" }, "manifest_version": 2, "name": "Podnapisi subtitle download", "version": "1.8.2", "web_accessible_resources": [ "download.png", "downloaded.png", "loading.gif", "domready.js" ] } |