Duckify
This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!
Duckify란 무엇입니까?
Duckify은(는) devon.wieczorek93에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!"입니다.
확장 프로그램 스크린샷
Duckify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tired of your news pages being filled with America's most villainous Presidential Candidate? Duckify allows you to remove any instance of him from the web and replace it with everyone's favorite duck! New version includes image swap and updated search criteria. Feel free to contact me with any suggestions or feedback! (Developer feedback is especially helpful). Of course, if you'd like to modify this extension or build on top of it, hack away!
확장 프로그램 기본 정보
이름 | |
ID | afjeijkfobmcgjpflphnpcbbflkjipll |
공식 URL | https://chrome.google.com/webstore/detail/duckify/afjeijkfobmcgjpflphnpcbbflkjipll |
설명 | This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too! |
파일 크기 | 89.47 KB |
설치 횟수 | 14 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-07-11 |
출시 날짜 | 2016-07-11 |
개발자 | devon.wieczorek93 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duckify", "description": "This updated version of Duckify not only erases Trump's name from your browser, but his ugly mug too!", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Duckify" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.0.0.js", "text.js", "image.js" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "webNavigation", "*:\/\/*\/*" ] } |