Twitter Accept ALL button 2015

appear on follower_requests page.

Cos'è Twitter Accept ALL button 2015?

Twitter Accept ALL button 2015 è un'estensione di Chrome sviluppata da myalert.jp, e la sua funzione principale è "appear on follower_requests page.".

Scarica il file CRX dell'estensione Twitter Accept ALL button 2015

Scarica i file di estensione Twitter Accept ALL button 2015 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Twitter Accept ALL button 2015 Twitter Accept ALL button 2015
ID gcmmaobinkndglejcocbababjmknmbni
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-accept-all-button/gcmmaobinkndglejcocbababjmknmbni
Descrizione appear on follower_requests page.
Dimensione del File 44.04 KB
Conteggio Installazioni 13
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-11-25
Data di Pubblicazione 2015-11-25
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore myalert.jp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/39ff/twitter_accept_follower_requests_button
Lingue Supportate 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"
        }
    ]
}