FS.TO
FS.TO save label on episode of season
什麼是FS.TO?
FS.TO是由Andrew Shakh開發的Chrome擴展程式,該擴展的主要功能是“FS.TO save label on episode of season”。
擴展截圖
下載FS.TO擴展crx文件
下載FS.TO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The expansion allows:
- stores the number of the episode of the season where you left off
- displays it on the page of the series
- highlights saved serials on the main page list of new materials
- accelerates advertising before the film
- highlighting saved serials, if you didn't see them (the favorite) 擴展基本資訊
| 名稱 | |
| ID | nankkppjmngppfahehpikfagehlfoecc |
| 官方網址 | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
| 簡介 | FS.TO save label on episode of season |
| 檔案大小 | 54.74 KB |
| 安裝次數 | 211 |
| 目前版本 | 1.1.5 |
| 更新時間 | 2016-07-02 |
| 上架時間 | 2016-07-02 |
| 評分 | 4.57/5 共 14 次評分 |
| 開發者 | Andrew Shakh |
| 付費類型 | free |
| 支援的語言 | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1.1.5",
"manifest_version": 2,
"default_locale": "ru",
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/fs.to\/*",
"*:\/\/brb.to\/*",
"*:\/\/cxz.to\/*"
],
"js": [
"jquery.js",
"script.js"
],
"css": [
"style.css"
]
}
],
"permissions": [
"storage"
],
"web_accessible_resources": [
"save-icon.png",
"saved-icon.png"
],
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |