Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Co to jest Some Rich Asshole Enhanced?
Some Rich Asshole Enhanced to rozszerzenie Chrome opracowane przez gibberishexercise, a jego główną funkcją jest „Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Some Rich Asshole Enhanced
Pobierz pliki rozszerzeń Some Rich Asshole Enhanced 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
Lovingly curated from the wit and wisdom of Scottish Twitter, Jezebel, The Root, and people of the internet generally. Plus a few from your developer's brain-recesses. We don't like Bannon either: http://wtfisastevebannon.com/ Forked, without shame, from the original Some Rich Asshole plugin: https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
Oficjalny URL | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Opis | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Rozmiar pliku | 97.16 KB |
Liczba instalacji | 98 |
Aktualna Wersja | 3.2.2 |
Ostatnia Aktualizacja | 2018-01-17 |
Data Publikacji | 2018-01-17 |
Ocena | 4.21/5 Łącznie 24 Oceny |
Deweloper | gibberishexercise |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://wtfisastevebannon.com/ |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole Enhanced", "version": "3.2.2", "description": "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "jquery-ui\/jquery-ui.min.js", "phrases.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |