Snowflake
Turns Trump into Snowflake so you don't have to look at that damn name anymore.
Snowflake란 무엇입니까?
Snowflake은(는) snowflake.extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turns Trump into Snowflake so you don't have to look at that damn name anymore."입니다.
확장 프로그램 스크린샷
Snowflake 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Suffering from T***P fatigue? Aren't we all. Tired of seeing that name in print and the not-so-subtle bout of nausea induced when you think about our country (and nuclear) codes being handed over to a con man with the ego of a toddler. This little add-on I whipped up will replace that name with "Snowflake" my new nickname and the only way he is referred to in my house. Why Snowflake? Because he's just so sensitive. "Mine is the biggest!" "The media is out to get me!" "Everyone must love me!" What a tool.
확장 프로그램 기본 정보
이름 | Snowflake |
ID | cghmhcoebaiodpdicjacfllplandkfpa |
공식 URL | https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa |
설명 | Turns Trump into Snowflake so you don't have to look at that damn name anymore. |
파일 크기 | 23.36 KB |
설치 횟수 | 658 |
현재 버전 | 1.0 |
최근 업데이트 | 2017-01-27 |
출시 날짜 | 2017-01-26 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | snowflake.extension |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snowflake", "description": "Turns Trump into Snowflake so you don't have to look at that damn name anymore.", "version": "1.0", "icons": { "128": "snowflake.png" }, "browser_action": { "default_icon": "snowflake.png" }, "web_accessible_resources": [ "snowflake.png" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |