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是由gibberishexercise開發的Chrome擴展程式,該擴展的主要功能是“Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.”。
擴展截圖
下載Some Rich Asshole Enhanced擴展crx文件
下載Some Rich Asshole Enhanced擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |