Donald to Darth
This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page
Was ist Donald to Darth?
Donald to Darth ist eine Chrome-Erweiterung, die von jessehmcdonald entwickelt wurde, und ihr Hauptmerkmal ist "This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page".
Erweiterungsscreenshots
Donald to Darth-Erweiterungs-CRX-Datei herunterladen
Laden Sie Donald to Darth-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | epmmoednmfpdmennmmcedihlcecffdde |
| Offizielle URL | https://chromewebstore.google.com/detail/donald-to-darth/epmmoednmfpdmennmmcedihlcecffdde |
| Beschreibung | This extension changes the name text 'Donald Trump' to 'Darth Vader' on the current page |
| Dateigröße | 7.88 KB |
| Installationsanzahl | 66 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2015-12-19 |
| Veröffentlichungsdatum | 2015-12-19 |
| Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
| Entwickler | jessehmcdonald |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |