Rename Trump
Does the mere sight of his name bring you frustration? Then change it to something else!
Rename Trump란 무엇입니까?
Rename Trump은(는) doogin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Does the mere sight of his name bring you frustration? Then change it to something else!"입니다.
확장 프로그램 스크린샷
Rename Trump 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sick of looking at this man's name? GIve him a new name that will replace his real name on every website you visit.
확장 프로그램 기본 정보
이름 | |
ID | loiagmbficjodnelncioomijbmflhhia |
공식 URL | https://chrome.google.com/webstore/detail/rename-trump/loiagmbficjodnelncioomijbmflhhia |
설명 | Does the mere sight of his name bring you frustration? Then change it to something else! |
파일 크기 | 39.79 KB |
설치 횟수 | 126 |
현재 버전 | 1.2.4 |
최근 업데이트 | 2016-11-12 |
출시 날짜 | 2016-11-12 |
평점 | 4.69/5 총 16 개의 평점 |
개발자 | doogin |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://trumpinoneword.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rename Trump", "version": "1.2.4", "manifest_version": 2, "description": "Does the mere sight of his name bring you frustration? Then change it to something else!", "icons": { "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.4.min.js", "script.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "http:\/\/*.google.com\/", "https:\/\/*.google.com\/" ], "browser_action": { "default_title": "", "default_icon": { "16": "img\/b_icon16.png", "24": "img\/b_icon24.png", "32": "img\/b_icon32.png" }, "default_popup": "popup.html" } } |