Drumpfinator++
Add this app to your Chrome browser to make reading new articles great again.
Drumpfinator++란 무엇입니까?
Drumpfinator++은(는) McRain에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add this app to your Chrome browser to make reading new articles great again."입니다.
확장 프로그램 스크린샷
Drumpfinator++ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Based on the original Drumpfinator, this extension creates replacement names for front running candidates from both parties. The extension and iconography still links to all the Drumpf resources because they should get the original credit. The extension requires permissions on all sites because it has to scan all the text to find references to each of the candidates. The extension does nothing else but this.
확장 프로그램 기본 정보
이름 | |
ID | eojeglolelohngdhhddhpogkinjpedpi |
공식 URL | https://chrome.google.com/webstore/detail/drumpfinator++/eojeglolelohngdhhddhpogkinjpedpi |
설명 | Add this app to your Chrome browser to make reading new articles great again. |
파일 크기 | 150 KB |
설치 횟수 | 73 |
현재 버전 | 1.0 |
최근 업데이트 | 2016-03-13 |
출시 날짜 | 2016-03-13 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | McRain |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpfinator++", "version": "1.0", "description": "Add this app to your Chrome browser to make reading new articles great again.", "permissions": [ "http:\/\/*.google.com\/", "http:\/\/*.com\/", "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Make Donald Drumpf Again!", "default_popup": "popup.html" } } |