Trump to Angry Mango
It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.
Vad är Trump to Angry Mango?
Trump to Angry Mango är en Chrome-tillägg utvecklad av angrymango, och dess huvudfunktion är "It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome.".
Tilläggsskärmbilder
Ladda ner Trump to Angry Mango-förlängningens CRX-fil
Ladda ner Trump to Angry Mango-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Converts every occurrence of Trump to Angry Mango.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | mkkfepolbfhfcmdddmegcogkokcgcakg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/trump-to-angry-mango/mkkfepolbfhfcmdddmegcogkokcgcakg | 
| Beskrivning | It's going to be a long four years reading about Trump. Read about Angry Mango instead! You're welcome. | 
| Filstorlek | 1.16 MB | 
| Antal Installationer | 11 | 
| Aktuell Version | 1.0.2 | 
| Senast Uppdaterad | 2016-11-12 | 
| Publiceringsdatum | 2016-11-12 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | angrymango | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |