Trump to Angry Mango
It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
Wat is Trump to Angry Mango?
Trump to Angry Mango is een Chrome-extensie ontwikkeld door angrymango, en de belangrijkste functie is "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump to Angry Mango
Download Trump to Angry Mango-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
Converts every occurrence of Trump to Angry Mango. Basisinformatie over de Extensie
| Naam | |
| ID | mkkfepolbfhfcmdddmegcogkokcgcakg |
| Officiële URL | https://chromewebstore.google.com/detail/trump-to-angry-mango/mkkfepolbfhfcmdddmegcogkokcgcakg |
| Beschrijving | It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome. |
| Bestandsgrootte | 1.16 MB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2016-11-12 |
| Publicatiedatum | 2016-11-12 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | angrymango |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump to Angry Mango",
"description": "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.",
"version": "1.0.2",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "mango_128.png"
}
} | |