Oily Monkey
Rock with injecting user script but simpler!
O que é Oily Monkey?
Oily Monkey é uma extensão do Chrome desenvolvida por 阿尔贝鲁, e sua principal característica é "Rock with injecting user script but simpler!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Oily Monkey
Baixe arquivos de extensão Oily Monkey no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Rock with injecting user script but simpler! This extension allows users to easily inject user scripts into the target page. Users can use regular expressions to match the URL of the target page and set the script to be injected. When the extension starts running, the script will be injected every time the target page is opened. Users can manage multiple rule configurations, but only one configuration will actually take effect in the end Docs: https://github.com/alchemy-works/oily-monkey
Informações Básicas da Extensão
Nome | Oily Monkey |
ID | oajcemihjdjpmjkocdgikhlmlifkkgni |
URL Oficial | https://chromewebstore.google.com/detail/oily-monkey/oajcemihjdjpmjkocdgikhlmlifkkgni |
Descrição | Rock with injecting user script but simpler! |
Tamanho do Arquivo | 183 KB |
Contagem de Instalações | 52 |
Versão Atual | 0.0.7 |
Última Atualização | 2024-01-02 |
Data de Publicação | 2023-08-20 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | 阿尔贝鲁 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/alchemy-works/oily-monkey |
URL da Página de Ajuda | https://github.com/alchemy-works/oily-monkey |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Oily Monkey", "version": "0.0.7", "description": "Rock with injecting user script but simpler!", "homepage_url": "https:\/\/github.com\/alchemy-works\/oily-monkey", "background": { "service_worker": "background\/background.js", "type": "module" }, "permissions": [ "storage", "scripting", "declarativeNetRequest" ], "host_permissions": [ " |