The Donald Speaks
On Google News, gives President a chance to comment on every newsworthy event.
Co to jest The Donald Speaks?
The Donald Speaks to rozszerzenie Chrome opracowane przez Mike Tsao, a jego główną funkcją jest „On Google News, gives President a chance to comment on every newsworthy event.”.
Pobierz plik CRX rozszerzenia The Donald Speaks
Pobierz pliki rozszerzeń The Donald Speaks 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
Inspired by http://thanks-obama.tumblr.com/. Updated for 2016 Presidential election cycle. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | demkpeekimedlljfklgoehpgmiapicki |
| Oficjalny URL | https://chromewebstore.google.com/detail/the-donald-speaks/demkpeekimedlljfklgoehpgmiapicki |
| Opis | On Google News, gives President a chance to comment on every newsworthy event. |
| Rozmiar pliku | 110 KB |
| Liczba instalacji | 14 |
| Aktualna Wersja | 0.0.0.3 |
| Ostatnia Aktualizacja | 2016-11-09 |
| Data Publikacji | 2016-11-09 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Mike Tsao |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Donald Speaks",
"description": "On Google News, gives President a chance to comment on every newsworthy event.",
"version": "0.0.0.3",
"manifest_version": 2,
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/news.google.com\/*"
],
"js": [
"main.js"
]
}
]
} | |