SIMKL Enhacer
Add Extra links to SIMKL
Co je SIMKL Enhacer?
SIMKL Enhacer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Add Extra links to SIMKL“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření SIMKL Enhacer
Stáhněte si soubory rozšíření SIMKL Enhacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Simkl-enhancer is a chrome extension to add some funcionalities to [Simkl](https://simkl.com) a TV shows, Movies and Animes Tracker. ## Funcionalities * Add an https://animeflv.net and http://jkanime.net/ (spanish sites) direct link in all the episodes o animes. * Add links to https://www.rainierland.one/ and http://subsmovies.tv/ in movies. * Add links to https://watch.popcorntime-online.tv in series. Soon also in movies.
Základní Informace o Rozšíření
Název | SIMKL Enhacer |
ID | bfihfcadjnieciejgpnlpglcacbjiefa |
Oficiální URL | https://chromewebstore.google.com/detail/simkl-enhacer/bfihfcadjnieciejgpnlpglcacbjiefa |
Popis | Add Extra links to SIMKL |
Velikost souboru | 57.93 KB |
Počet instalací | 41 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2017-10-17 |
Datum Vydání | 2017-10-17 |
Hodnocení | 3.00/5 Celkem 4 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Podporované Jazyky | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SIMKL Enhacer", "version": "0.1.3", "description": "Add Extra links to SIMKL", "permissions": [ "webNavigation", "storage", "https:\/\/animeflv.net\/", "https:\/\/jkanime.net\/", "https:\/\/www.rainierland.one\/", "http:\/\/subsmovies.tv\/", "https:\/\/watch.popcorntime-online.tv\/" ], "content_scripts": [ { "css": [ "style.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/simkl.com\/anime*", "https:\/\/simkl.com\/movies*", "https:\/\/simkl.com\/tv*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "img\/*" ] } |