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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Some Rich Asshole Enhanced 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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                    

확장 프로그램 기본 정보

이름 Some Rich Asshole Enhanced Some Rich Asshole Enhanced
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"
    }
}