Donald to Darth

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

Wat is Donald to Darth?

Donald to Darth is een Chrome-extensie ontwikkeld door jessehmcdonald, en de belangrijkste functie is "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Donald to Darth

Download Donald to Darth-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Donald to Darth Donald to Darth
ID epmmoednmfpdmennmmcedihlcecffdde
Officiële URL https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde
Beschrijving This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Bestandsgrootte 7.88 KB
Aantal Installaties 66
Huidige Versie 1.4
Laatst Bijgewerkt 2015-12-19
Publicatiedatum 2015-12-19
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar jessehmcdonald
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}