Putinizer
Replaces images on a webpage with pictures of Vladimir Putin
Putinizer란 무엇입니까?
Putinizer은(는) climberpete에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces images on a webpage with pictures of Vladimir Putin"입니다.
확장 프로그램 스크린샷
Putinizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can never get enough Vladimir Putin in your life. This extension replaces images on the pages you visit silently with images of Vladimir Putin. Press alt-shift and a number 1-9 to set the replacement level. 1 is about 10% replacement and 9 is 90% Images that are very tall or very wide are typically not replaced.
확장 프로그램 기본 정보
이름 | Putinizer |
ID | ipjobglikbmbklmannaldfhcaonljffn |
공식 URL | https://chromewebstore.google.com/detail/putinizer/ipjobglikbmbklmannaldfhcaonljffn |
설명 | Replaces images on a webpage with pictures of Vladimir Putin |
파일 크기 | 36.73 KB |
설치 횟수 | 40 |
현재 버전 | 0.1 |
최근 업데이트 | 2014-08-27 |
출시 날짜 | 2014-08-26 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | climberpete |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Putinizer", "version": "0.1", "description": "Replaces images on a webpage with pictures of Vladimir Putin", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.11.0.min.js", "content_script.js" ], "run_at": "document_end" } ] } |