AirDates Extension
This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.
什麼是AirDates Extension?
AirDates Extension是由Burak Mehmet Gürbüz開發的Chrome擴展程式,該擴展的主要功能是“This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.”。
擴展截圖
下載AirDates Extension擴展crx文件
下載AirDates Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.
What's New in 0.0.3:
- You can now switch between day view and week view (in fact +7 days view)
- You can choose to show only your selected shows on day view
What's New in 0.0.2:
- Your colors are available on the extension too
- Direct links to watch/download links are available 擴展基本資訊
| 名稱 | |
| ID | ibonolkeppfhpidfakgagmlbpepljnac |
| 官方網址 | https://chrome.google.com/webstore/detail/airdates-extension/ibonolkeppfhpidfakgagmlbpepljnac |
| 簡介 | This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup. |
| 檔案大小 | 117 KB |
| 安裝次數 | 14 |
| 目前版本 | 0.0.3 |
| 更新時間 | 2015-05-17 |
| 上架時間 | 2015-05-17 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Burak Mehmet Gürbüz |
| 付費類型 | free |
| 擴展官網 | http://burakgurbuz.com |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AirDates Extension",
"version": "0.0.3",
"manifest_version": 2,
"description": "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.",
"homepage_url": "http:\/\/burakgurbuz.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"options_page": "src\/options_custom\/index.html",
"browser_action": {
"default_icon": "icons\/icon24.png",
"default_title": "What's on TV today?",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"cookies",
"storage",
"http:\/\/www.airdates.tv\/"
],
"content_scripts": []
} | |