FS.TO
FS.TO save label on episode of season
Was ist FS.TO?
FS.TO ist eine Chrome-Erweiterung, die von Andrew Shakh entwickelt wurde, und ihr Hauptmerkmal ist "FS.TO save label on episode of season".
Erweiterungsscreenshots
FS.TO-Erweiterungs-CRX-Datei herunterladen
Laden Sie FS.TO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nankkppjmngppfahehpikfagehlfoecc |
| Offizielle URL | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
| Beschreibung | FS.TO save label on episode of season |
| Dateigröße | 54.74 KB |
| Installationsanzahl | 211 |
| Aktuelle Version | 1.1.5 |
| Letztes Update | 2016-07-02 |
| Veröffentlichungsdatum | 2016-07-02 |
| Bewertung | 4.57/5 Insgesamt 14 Bewertungen |
| Entwickler | Andrew Shakh |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |