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"
}
} | |