Donald to Darth

This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page

Apa itu Donald to Darth?

Donald to Darth adalah ekstensi Chrome yang dikembangkan oleh jessehmcdonald, dan fitur utamanya adalah "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Donald to Darth

Unduh file ekstensi Donald to Darth 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

                        Well after hearing about all these politics people are getting bored. It is time to spice things up a bit! The Chrome Extension Changes famous politicians names to Star Wars Characters!                    

Informasi Dasar Ekstensi

Nama Donald to Darth Donald to Darth
ID epmmoednmfpdmennmmcedihlcecffdde
URL Resmi https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde
Deskripsi This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Ukuran File 7.88 KB
Jumlah Instalasi 66
Versi Saat Ini 1.4
Terakhir Diperbarui 2015-12-19
Tanggal Publikasi 2015-12-19
Penilaian 4.00/5 Total 4 Penilaian
Pengembang jessehmcdonald
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald to Darth",
    "description": "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page",
    "version": "1.4",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}