Anonymous to 15 year old kid
Replaces the text 'anonymous' by '15 year old kid'.
Co to jest Anonymous to 15 year old kid?
Anonymous to 15 year old kid to rozszerzenie Chrome opracowane przez amonije, a jego główną funkcją jest „Replaces the text 'anonymous' by '15 year old kid'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anonymous to 15 year old kid
Pobierz pliki rozszerzeń Anonymous to 15 year old kid 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
This extension replaces all "Anonymous" words by "group of 15 year old kids" and other things on web pages. The results are funny. FAQ: - Why ? --> Because - It's not funny --> I don't care Source code here: https://github.com/Malharhak/Anonymous-To-15-Year-Old-Kid if you're a 15 year old hacker that wants to hackitty hack.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lkfinojjbbpiedipbemghkhlbjiobjoa |
Oficjalny URL | https://chrome.google.com/webstore/detail/anonymous-to-15-year-old/lkfinojjbbpiedipbemghkhlbjiobjoa |
Opis | Replaces the text 'anonymous' by '15 year old kid'. |
Rozmiar pliku | 3.66 KB |
Liczba instalacji | 28 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2015-11-30 |
Data Publikacji | 2015-11-30 |
Ocena | 3.83/5 Łącznie 6 Oceny |
Deweloper | amonije |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous to 15 year old kid", "version": "1.2", "description": "Replaces the text 'anonymous' by '15 year old kid'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |