Trump Toad Extension
It's the Trump Toad Extension!
Apa itu Trump Toad Extension?
Trump Toad Extension adalah ekstensi Chrome yang dikembangkan oleh The Daily Show, dan fitur utamanya adalah "It's the Trump Toad Extension!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Trump Toad Extension
Unduh file ekstensi Trump Toad Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Trump Toad Extension |
ID | noldliimakaajhekghbemjmknpmjnlam |
URL Resmi | https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam |
Deskripsi | It's the Trump Toad Extension! |
Ukuran File | 63.67 KB |
Jumlah Instalasi | 448 |
Versi Saat Ini | 1.0.6 |
Terakhir Diperbarui | 2018-09-20 |
Tanggal Publikasi | 2018-09-20 |
Penilaian | 4.95/5 Total 20 Penilaian |
Pengembang | The Daily Show |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ "\/*" ] } |