Hallepedia: Halle Berry for Wikipedia
Makes (almost) every Wikipedia article about Halle Berry.
Co to jest Hallepedia: Halle Berry for Wikipedia?
Hallepedia: Halle Berry for Wikipedia to rozszerzenie Chrome opracowane przez https://clayburngriffin.com, a jego główną funkcją jest „Makes (almost) every Wikipedia article about Halle Berry.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Hallepedia: Halle Berry for Wikipedia
Pobierz pliki rozszerzeń Hallepedia: Halle Berry for Wikipedia 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
Hallepedia turns Wikipedia articles about boring non-Halle Berry stuff into exciting and sexy articles all about Halle Berry. For instance, did you know that Halle Berry is an extinct genus of saurolophine hadrosaurid dinosaur? Well, you do now if you have this Chrome plug-in installed. Currently only works with English Wikipedia articles.
Podstawowe informacje o rozszerzeniu
Nazwa | Hallepedia: Halle Berry for Wikipedia |
ID | pdmceemcpbnemhelbdkhemhkbgllmoie |
Oficjalny URL | https://chromewebstore.google.com/detail/hallepedia-halle-berry-fo/pdmceemcpbnemhelbdkhemhkbgllmoie |
Opis | Makes (almost) every Wikipedia article about Halle Berry. |
Rozmiar pliku | 24.4 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2016-06-27 |
Data Publikacji | 2016-06-27 |
Ocena | 4.00/5 Łącznie 4 Oceny |
Deweloper | https://clayburngriffin.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.clayburngriffin.com/hallepedia |
Adres URL Strony Pomocy | http://www.clayburngriffin.com/contact |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hallepedia: Halle Berry for Wikipedia", "description": "Makes (almost) every Wikipedia article about Halle Berry.", "version": "1.2", "content_scripts": [ { "matches": [ "http:\/\/en.wikipedia.org\/wiki\/*" ], "css": [ "hide.css" ], "run_at": "document_start" }, { "matches": [ "http:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "halle.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "css": [ "hide.css" ], "run_at": "document_start" }, { "matches": [ "https:\/\/en.wikipedia.org\/wiki\/*" ], "js": [ "halle.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |