Trump Alternative Reality Extension

Replaces all the texts of a web page with genuine quotes from POTUS 45.

Cos'è Trump Alternative Reality Extension?

Trump Alternative Reality Extension è un'estensione di Chrome sviluppata da http://www.deesnay.com/trumpifier, e la sua funzione principale è "Replaces all the texts of a web page with genuine quotes from POTUS 45.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Trump Alternative Reality Extension

Scarica i file di estensione Trump Alternative Reality Extension 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

                        This extension replaces the texts of a web page with quotes by the President of the United States, extracted from his tweets, interviews, speeches...

The screenshots attached show actual websites as modified by the extension.
Click the extension icon every time you want to trumpify a web page.

Feel free to read the extension web page to learn more about the concept.                    

Informazioni di Base sull'Estensione

Nome Trump Alternative Reality Extension Trump Alternative Reality Extension
ID ddjphobcncclgopldpbbgpcfmpmdhbbj
URL Ufficiale https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj
Descrizione Replaces all the texts of a web page with genuine quotes from POTUS 45.
Dimensione del File 449 KB
Conteggio Installazioni 85
Versione Corrente 1.2.1
Ultimo Aggiornamento 2023-04-13
Data di Pubblicazione 2020-06-16
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore http://www.deesnay.com/trumpifier
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione http://www.deesnay.com/trumpifier/
URL della Pagina di Aiuto http://www.deesnay.com/trumpifier/#qa
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Alternative Reality Extension",
    "short_name": "Trumpifier",
    "description": "Replaces all the texts of a web page with genuine quotes from POTUS 45.",
    "author": "Denis Rionnet",
    "version": "1.2.1",
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Trumpify current page"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "38": "icons\/icon38.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    }
}