Joe Biden to Joe Budden

Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'

Cos'è Joe Biden to Joe Budden?

Joe Biden to Joe Budden è un'estensione di Chrome sviluppata da Netfelix, e la sua funzione principale è "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Joe Biden to Joe Budden

Scarica i file di estensione Joe Biden to Joe Budden 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

                        Restore Alexis de Tocqueville's Platonic ideal of democracy in America by replacing all instances of the phrase "Joe Biden" with "Joe Budden."                    

Informazioni di Base sull'Estensione

Nome Joe Biden to Joe Budden Joe Biden to Joe Budden
ID ahonhhielbhejghapbfcojmkbnfkjnjn
URL Ufficiale https://chromewebstore.google.com/detail/joe-biden-to-joe-budden/ahonhhielbhejghapbfcojmkbnfkjnjn
Descrizione Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'
Dimensione del File 56.49 KB
Conteggio Installazioni 230
Versione Corrente 0.2
Ultimo Aggiornamento 2016-07-14
Data di Pubblicazione 2016-07-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Netfelix
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Joe Biden to Joe Budden",
    "description": "Changes all instances of the phrase 'Joe Biden' on a webpage to 'Joe Budden.'",
    "version": "0.2",
    "icons": {
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}