Klumpinatoren
This Chrome extension helps you forget that Rasmus Paludan exists.
Co to jest Klumpinatoren?
Klumpinatoren to rozszerzenie Chrome opracowane przez Emil, a jego główną funkcją jest „This Chrome extension helps you forget that Rasmus Paludan exists.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Klumpinatoren
Pobierz pliki rozszerzeń Klumpinatoren 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
Er du også træt af Rasmus Paludan? Frygt ej, fordi nu er han Rasmus Klump.
Podstawowe informacje o rozszerzeniu
Nazwa | ![]() |
ID | ncaldnfebmncbpadjinaenflilfieohc |
Oficjalny URL | https://chrome.google.com/webstore/detail/klumpinatoren/ncaldnfebmncbpadjinaenflilfieohc |
Opis | This Chrome extension helps you forget that Rasmus Paludan exists. |
Rozmiar pliku | 4.12 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-05-15 |
Data Publikacji | 2019-05-15 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Emil |
Typ Płatności | free |
Obsługiwane Języki | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Klumpinatoren", "description": "This Chrome extension helps you forget that Rasmus Paludan exists.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*.dk\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ] } |