FS.TO
FS.TO save label on episode of season
Vad är FS.TO?
FS.TO är en Chrome-tillägg utvecklad av Andrew Shakh, och dess huvudfunktion är "FS.TO save label on episode of season".
Tilläggsskärmbilder
Ladda ner FS.TO-förlängningens CRX-fil
Ladda ner FS.TO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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) Grundläggande Information om Tillägg
| Namn | |
| ID | nankkppjmngppfahehpikfagehlfoecc |
| Officiell webbadress | https://chromewebstore.google.com/detail/fsto/nankkppjmngppfahehpikfagehlfoecc |
| Beskrivning | FS.TO save label on episode of season |
| Filstorlek | 54.74 KB |
| Antal Installationer | 211 |
| Aktuell Version | 1.1.5 |
| Senast Uppdaterad | 2016-07-02 |
| Publiceringsdatum | 2016-07-02 |
| Betyg | 4.57/5 Totalt 14 Betyg |
| Utvecklare | Andrew Shakh |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |