My Big Fat Diverse Ass
Replaces every occurrence of diversity with MY GIGANTIC ASS
Co to jest My Big Fat Diverse Ass?
My Big Fat Diverse Ass to rozszerzenie Chrome opracowane przez Lo Ping, a jego główną funkcją jest „Replaces every occurrence of diversity with MY GIGANTIC ASS”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia My Big Fat Diverse Ass
Pobierz pliki rozszerzeń My Big Fat Diverse Ass 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
Replaces every occurrence of "diversity" with "MY GIGANTIC ASS". That's it.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | blddfggdlkkjjbbfigjobjkpephljjcj |
Oficjalny URL | https://chrome.google.com/webstore/detail/my-big-fat-diverse-ass/blddfggdlkkjjbbfigjobjkpephljjcj |
Opis | Replaces every occurrence of diversity with MY GIGANTIC ASS |
Rozmiar pliku | 3.59 KB |
Liczba instalacji | 201 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2016-12-19 |
Data Publikacji | 2016-12-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Lo Ping |
[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": "My Big Fat Diverse Ass", "description": "Replaces every occurrence of diversity with MY GIGANTIC ASS", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |