Twitter Accept ALL button 2015

appear on follower_requests page.

O que é Twitter Accept ALL button 2015?

Twitter Accept ALL button 2015 é uma extensão do Chrome desenvolvida por myalert.jp, e sua principal característica é "appear on follower_requests page.".

Baixar o arquivo CRX da Extensão Twitter Accept ALL button 2015

Baixe arquivos de extensão Twitter Accept ALL button 2015 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

                        after installation&enable, go  https://twitter.com/follower_requests and reload                    

Informações Básicas da Extensão

Nome Twitter Accept ALL button 2015 Twitter Accept ALL button 2015
ID gcmmaobinkndglejcocbababjmknmbni
URL Oficial https://chrome.google.com/webstore/detail/twitter-accept-all-button/gcmmaobinkndglejcocbababjmknmbni
Descrição appear on follower_requests page.
Tamanho do Arquivo 44.04 KB
Contagem de Instalações 13
Versão Atual 0.0.1
Última Atualização 2015-11-25
Data de Publicação 2015-11-25
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor myalert.jp
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/39ff/twitter_accept_follower_requests_button
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Accept ALL button 2015",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "appear on follower_requests page.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/follower_requests"
            ],
            "all_frames": false,
            "js": [
                "jquery.min.js",
                "script.js",
                "notify.min.js"
            ],
            "run_at": "document_idle"
        }
    ]
}