Trump Toad Extension
It's the Trump Toad Extension!
Co to jest Trump Toad Extension?
Trump Toad Extension to rozszerzenie Chrome opracowane przez The Daily Show, a jego główną funkcją jest „It's the Trump Toad Extension!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Trump Toad Extension
Pobierz pliki rozszerzeń Trump Toad Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Trump Toad Extension |
ID | noldliimakaajhekghbemjmknpmjnlam |
Oficjalny URL | https://chromewebstore.google.com/detail/trump-toad-extension/noldliimakaajhekghbemjmknpmjnlam |
Opis | It's the Trump Toad Extension! |
Rozmiar pliku | 63.67 KB |
Liczba instalacji | 448 |
Aktualna Wersja | 1.0.6 |
Ostatnia Aktualizacja | 2018-09-20 |
Data Publikacji | 2018-09-20 |
Ocena | 4.95/5 Łącznie 20 Oceny |
Deweloper | The Daily Show |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ "\/*" ] } |