Donald Trump Is An Actual Circus Clown
Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.
Donald Trump Is An Actual Circus Clown란 무엇입니까?
Donald Trump Is An Actual Circus Clown은(는) satellytehye에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'."입니다.
확장 프로그램 스크린샷
Donald Trump Is An Actual Circus Clown 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple javascript search-and-replace that swaps various permutations of the name "Donald Trump" with the text "A Circus Clown". Designed to hopefully eliminate some of the fatigue inherent to browsing the internet during these trying times.
확장 프로그램 기본 정보
이름 | Donald Trump Is An Actual Circus Clown |
ID | kohnonlalhadnjpmjcdebkdpbfmplmed |
공식 URL | https://chromewebstore.google.com/detail/donald-trump-is-an-actual/kohnonlalhadnjpmjcdebkdpbfmplmed |
설명 | Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'. |
파일 크기 | 18.99 KB |
설치 횟수 | 50 |
현재 버전 | 0.1 |
최근 업데이트 | 2015-12-08 |
출시 날짜 | 2015-12-08 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | satellytehye |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump Is An Actual Circus Clown", "short_name": "Trump2Clown", "description": "Replaces all instances of the name 'Donald Trump' with the text 'A Circus Clown'.", "version": "0.1", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |