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 |
官方網址 | 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" ] } |