Violentmonkey
An open source userscript manager that supports a lot of browsers
什麼是Violentmonkey?
Violentmonkey是由https://violentmonkey.github.io開發的Chrome擴展程式,該擴展的主要功能是“An open source userscript manager that supports a lot of browsers”。
擴展截圖
下載Violentmonkey擴展crx文件
下載Violentmonkey擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Violentmonkey provides userscripts support for browsers. It works on browsers with WebExtensions support. It supports most scripts for Greasemonkey and Tampermonkey. Features: - Update automatically according to the meta data. - Scripts will be executed in order as shown in the list. - GM functions are supported. - Support import from and export to a zip file. - Sync to Dropbox, OneDrive, Google Drive and WebDAV!
擴展基本資訊
名稱 | Violentmonkey |
ID | jinjaccalgkegednnccohejagnlnfdag |
官方網址 | https://chromewebstore.google.com/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag |
簡介 | An open source userscript manager that supports a lot of browsers |
檔案大小 | 561 KB |
安裝次數 | 964,158 |
目前版本 | 2.18.0 |
更新時間 | 2024-01-13 |
上架時間 | 2020-03-04 |
評分 | 4.64/5 共 577 次評分 |
開發者 | https://violentmonkey.github.io |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | id,de,en,fr,nl,vi,tr,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sk,fi,cs,el,sr,ru,uk,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.18.0", "manifest_version": 2, "description": "__MSG_extDescription__", "author": "Gerald", "homepage_url": "https:\/\/violentmonkey.github.io\/", "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\/icon16b.png", "32": "public\/images\/icon32b.png" }, "default_title": "__MSG_extName__", "default_popup": "popup\/index.html" }, "background": { "scripts": [ "background\/index.js" ] }, "options_ui": { "page": "options\/index.html#settings", "open_in_tab": true }, "content_scripts": [ { "js": [ "injected-web.js", "injected.js" ], "matches": [ " |