TubeFresher
Auto search on youtube
什麼是TubeFresher?
TubeFresher是由http://www.andrefilipin.com.br開發的Chrome擴展程式,該擴展的主要功能是“Auto search on youtube”。
擴展截圖
下載TubeFresher擴展crx文件
下載TubeFresher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When adding searches you will be automatically notified when a new video is inserted with the same terms. 擴展基本資訊
| 名稱 | |
| ID | cmigbfihklipdhoaoanebgljooohbkbm |
| 官方網址 | https://chrome.google.com/webstore/detail/tubefresher/cmigbfihklipdhoaoanebgljooohbkbm |
| 簡介 | Auto search on youtube |
| 檔案大小 | 227 KB |
| 安裝次數 | 11 |
| 目前版本 | 1.1 |
| 更新時間 | 2014-04-30 |
| 上架時間 | 2014-04-30 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | http://www.andrefilipin.com.br |
| 付費類型 | free |
| 支援的語言 | en,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_application_title__",
"version": "1.1",
"description": "__MSG_application_description__",
"default_locale": "en",
"background": {
"scripts": [
"js\/jquery-1.11.0.min.js",
"background.js"
]
},
"permissions": [
"tabs",
"http:\/\/www.andrefilipin.com.br\/*"
],
"browser_action": {
"default_title": "TubeFresher",
"default_popup": "popup.html",
"default_icon": {
"19": "icons48.png"
}
},
"icons": {
"16": "icons16.png",
"48": "icons48.png",
"128": "icons128.png"
}
} | |