Trump Toad Extension
It's the Trump Toad Extension!
Cos'è Trump Toad Extension?
Trump Toad Extension è un'estensione di Chrome sviluppata da The Daily Show, e la sua funzione principale è "It's the Trump Toad Extension!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trump Toad Extension
Scarica i file di estensione Trump Toad Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | noldliimakaajhekghbemjmknpmjnlam | 
| URL Ufficiale | https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam | 
| Descrizione | It's the Trump Toad Extension! | 
| Dimensione del File | 63.67 KB | 
| Conteggio Installazioni | 448 | 
| Versione Corrente | 1.0.6 | 
| Ultimo Aggiornamento | 2018-09-20 | 
| Data di Pubblicazione | 2018-09-20 | 
| Valutazione | 4.95/5 Totale 20 Valutazioni | 
| Sviluppatore | The Daily Show | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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": [
        "\/*"
    ]
}  |  |