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 |
| 官方URL | 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"
}
} | |