Trump Toad Extension
It's the Trump Toad Extension!
Wat is Trump Toad Extension?
Trump Toad Extension is een Chrome-extensie ontwikkeld door The Daily Show, en de belangrijkste functie is "It's the Trump Toad Extension!".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump Toad Extension
Download Trump Toad Extension-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
We made a browser extension that replaces the "T" in Trump with a mushroom emoji so that you never, ever forget. Enjoy!
- The Daily Show with Trevor Noah Basisinformatie over de Extensie
| Naam | |
| ID | noldliimakaajhekghbemjmknpmjnlam |
| Officiële URL | https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam |
| Beschrijving | It's the Trump Toad Extension! |
| Bestandsgrootte | 63.67 KB |
| Aantal Installaties | 448 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2018-09-20 |
| Publicatiedatum | 2018-09-20 |
| Beoordeling | 4.95/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | The Daily Show |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump Toad Extension",
"version": "1.0.6",
"description": "It's the Trump Toad Extension!",
"author": "The Daily Show",
"icons": {
"128": "\/img\/logo.png"
},
"browser_action": {
"default_popup": "\/pages\/popup\/index.html"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/docs.google.com\/*",
"https:\/\/drive.google.com\/*"
],
"js": [
"\/js\/content_scripts\/main.js"
]
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
"\/*"
]
} | |