Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
ما هو Some Rich Asshole Enhanced؟
Some Rich Asshole Enhanced هو إضافة Chrome تم تطويرها بواسطة gibberishexercise، والميزة الرئيسية لها هي "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Some Rich Asshole Enhanced
قم بتنزيل ملفات الامتداد Some Rich Asshole Enhanced بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
الوصف | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
حجم الملف | 97.16 KB |
عدد التثبيتات | 98 |
النسخة الحالية | 3.2.2 |
آخر تحديث | 2018-01-17 |
تاريخ النشر | 2018-01-17 |
تقييم | 4.21/5 مجموع تقييمات 24 |
المطور | gibberishexercise |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://wtfisastevebannon.com/ |
اللغات المدعومة | 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" } } |