osprey
osprey is a privacy respecting fork of the well known stylish
Co je osprey?
osprey je rozšíření Chrome vyvinuté JackCDK, a jeho hlavní funkcí je „osprey is a privacy respecting fork of the well known stylish“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření osprey
Stáhněte si soubory rozšíření osprey 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í
Ospey is an open-source GPL compliant fork of Stylish, based on an older version before the privacy changes. It can manage custom CSS, whether from userstyles.org, or your own configurations. It is easy to install and use, and with the rare-if-any updates, you can be sure that none of your custom CSS scripts will ever be impacted.
Základní Informace o Rozšíření
Název | osprey |
ID | ekjapccimkannnfgcnnoajhfdglobgak |
Oficiální URL | https://chromewebstore.google.com/detail/osprey/ekjapccimkannnfgcnnoajhfdglobgak |
Popis | osprey is a privacy respecting fork of the well known stylish |
Velikost souboru | 401 KB |
Počet instalací | 496 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2022-07-09 |
Datum Vydání | 2017-03-21 |
Hodnocení | 4.58/5 Celkem 24 Hodnocení |
Vývojář | JackCDK |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/JackCDK/osprey |
URL Stránky Nápovědy | https://github.com/JackCDK/osprey/issues/new |
Podporované Jazyky | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "osprey", "version": "1.0.4", "description": "osprey is a privacy respecting fork of the well known stylish", "homepage_url": "https:\/\/github.com\/jackcdk\/osprey", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "webNavigation", "contextMenus", "http:\/\/userstyles.org\/", "https:\/\/userstyles.org\/" ], "background": { "page": "background.html" }, "commands": { "openManage": { "description": "__MSG_openManage__" }, "styleDisableAll": { "description": "__MSG_disableAllStyles__" } }, "content_scripts": [ { "matches": [ " |