Steel Monkey
A userscript manager that supports major browsers
Co to jest Steel Monkey?
Steel Monkey to rozszerzenie Chrome opracowane przez SteelMonkey, a jego główną funkcją jest „A userscript manager that supports major browsers”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Steel Monkey
Pobierz pliki rozszerzeń Steel Monkey w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
An open-source userscript manager with a rich browser support. Steel Monkey enables userscript support in browsers that run WebExtensions. It works with most scripts for Greasemonkey and Tampermonkey. Features: Automatic updates based on the metadata Script execution according to the order of the list Supports GM functions Supports both importing from and exporting to zip files Integration with Dropbox, OneDrive, Google Drive, and WebDAV
Podstawowe informacje o rozszerzeniu
Nazwa | Steel Monkey |
ID | dchhcpcppkgonkhpgajbgempdofniibj |
Oficjalny URL | https://chromewebstore.google.com/detail/steel-monkey/dchhcpcppkgonkhpgajbgempdofniibj |
Opis | A userscript manager that supports major browsers |
Rozmiar pliku | 1.6 MB |
Liczba instalacji | 891 |
Aktualna Wersja | 2.12.7 |
Ostatnia Aktualizacja | 2020-12-04 |
Data Publikacji | 2020-12-03 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | SteelMonkey |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | id,de,en,fr,nl,vi,tr,es-419,hr,it,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,sr,ru,uk,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.12.7", "manifest_version": 2, "description": "__MSG_extDescription__", "author": "Gerald", "homepage_url": "https:\/\/steelmonkey.com", "icons": { "16": "public\/images\/icon16.png", "48": "public\/images\/icon48.png", "128": "public\/images\/icon128.png" }, "default_locale": "en", "browser_action": { "browser_style": true, "default_icon": { "16": "public\/images\/icon16.png", "19": "public\/images\/icon19.png", "32": "public\/images\/icon32.png", "38": "public\/images\/icon38.png" }, "default_title": "__MSG_extName__", "default_popup": "popup\/index.html" }, "background": { "page": "background\/index.html" }, "options_page": "options\/index.html", "options_ui": { "page": "options\/index.html", "open_in_tab": true }, "content_scripts": [ { "js": [ "browser.js", "injected-web.js", "injected.js" ], "matches": [ " |