JS-Exec

Inject your own JavaScript in any webpage.

O que é JS-Exec?

JS-Exec é uma extensão do Chrome desenvolvida por SeevenDev, e sua principal característica é "Inject your own JavaScript in any webpage.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão JS-Exec

Baixe arquivos de extensão JS-Exec 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

                        JS-Exec is a simple extension that allows you to inject your own JavaScript in any web page.

You can also write you own JavaScript applications and quickly run them wherever and whenever you want.

/!\ This extension is under developement. Many features and potential bug fixes are coming soon. You can also contact me to report bugs or suggest features via GitHub.

Find out more on my GitHub repository : http://github.com/SeevenDev/JS-Exec                    

Informações Básicas da Extensão

Nome JS-Exec JS-Exec
ID caeimpdeapdimekjkkkggpibnlijlnka
URL Oficial https://chromewebstore.google.com/detail/js-exec/caeimpdeapdimekjkkkggpibnlijlnka
Descrição Inject your own JavaScript in any webpage.
Tamanho do Arquivo 1.83 MB
Contagem de Instalações 636
Versão Atual 3.0
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor SeevenDev
Tipo de Pagamento free
Site da Extensão https://github.com/SeevenDev/JS-Exec
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JS-Exec",
    "description": "Inject your own JavaScript in any webpage.",
    "version": "3.0",
    "author": "SeevenDev",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/api.js"
        ],
        "persistent": false
    }
}