Trump McDuck
A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck
Wat is Trump McDuck?
Trump McDuck is een Chrome-extensie ontwikkeld door https://thisismyurl.com, en de belangrijkste functie is "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump McDuck
Download Trump McDuck-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
Trump McDuck is a fun extension that changes Donald Trump to Scrooge McDuck in your browser. It also replaces the phrase Donald with Scrooge, and Trump with McDuck.
Basisinformatie over de Extensie
Naam | |
ID | kfpnjcchmigkcjmnnnfelbjpiffjemln |
Officiële URL | https://chromewebstore.google.com/detail/trump-mcduck/kfpnjcchmigkcjmnnnfelbjpiffjemln |
Beschrijving | A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck |
Bestandsgrootte | 5.52 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-12-12 |
Publicatiedatum | 2016-12-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://thisismyurl.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://thisismyurl.com/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump McDuck", "description": "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |