Trump Alternative Reality Extension
Replaces all the texts of a web page with genuine quotes from POTUS 45.
Trump Alternative Reality Extension란 무엇입니까?
Trump Alternative Reality Extension은(는) http://www.deesnay.com/trumpifier에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces all the texts of a web page with genuine quotes from POTUS 45."입니다.
확장 프로그램 스크린샷
Trump Alternative Reality Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension replaces the texts of a web page with quotes by the President of the United States, extracted from his tweets, interviews, speeches... The screenshots attached show actual websites as modified by the extension. Click the extension icon every time you want to trumpify a web page. Feel free to read the extension web page to learn more about the concept.
확장 프로그램 기본 정보
이름 | |
ID | ddjphobcncclgopldpbbgpcfmpmdhbbj |
공식 URL | https://chrome.google.com/webstore/detail/trump-alternative-reality/ddjphobcncclgopldpbbgpcfmpmdhbbj |
설명 | Replaces all the texts of a web page with genuine quotes from POTUS 45. |
파일 크기 | 449 KB |
설치 횟수 | 85 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2023-04-13 |
출시 날짜 | 2020-06-16 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | http://www.deesnay.com/trumpifier |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://www.deesnay.com/trumpifier/ |
도움말 페이지 URL | http://www.deesnay.com/trumpifier/#qa |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trump Alternative Reality Extension", "short_name": "Trumpifier", "description": "Replaces all the texts of a web page with genuine quotes from POTUS 45.", "author": "Denis Rionnet", "version": "1.2.1", "permissions": [ "scripting", "activeTab" ], "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon16.png", "default_title": "Trumpify current page" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" } } |