Trump Alternative Reality Extension

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

Apa itu Trump Alternative Reality Extension?

Trump Alternative Reality Extension adalah ekstensi Chrome yang dikembangkan oleh http://www.deesnay.com/trumpifier, dan fitur utamanya adalah "Replaces all the texts of a web page with genuine quotes from POTUS 45.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Trump Alternative Reality Extension

Unduh file ekstensi Trump Alternative Reality Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trump Alternative Reality Extension Trump Alternative Reality Extension
ID ddjphobcncclgopldpbbgpcfmpmdhbbj
URL Resmi https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj
Deskripsi Replaces all the texts of a web page with genuine quotes from POTUS 45.
Ukuran File 449 KB
Jumlah Instalasi 85
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2023-04-13
Tanggal Publikasi 2020-06-16
Penilaian 5.00/5 Total 4 Penilaian
Pengembang http://www.deesnay.com/trumpifier
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi http://www.deesnay.com/trumpifier/
URL Halaman Bantuan http://www.deesnay.com/trumpifier/#qa
Bahasa yang Didukung 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"
    }
}