Harambe
Dicks Out For Harambe
Harambe란 무엇입니까?
Harambe은(는) Steven Jin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dicks Out For Harambe"입니다.
확장 프로그램 스크린샷
Harambe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have a friend you want to prank? Hate that jerk Todd and want to get even? Share with them the joy of Harambe It's Easy: While they're away from their computer: Step 1. Go to Chrome Step 2. Go to the extensions page by googling "Chrome Extensions" & clicking on the first link Step 3. Search in extensions search "Harambe Pictures" Step 4. install the top result Now all of his/her pictures will turn into Harambe Want to go one step further? Right click on the extension and click: "Hide in Chrome Menu." They'll be freaking out for the next hour This extension changes all images on a page to Harambe which then checks for changes on a 10 second interval.
확장 프로그램 기본 정보
이름 | |
ID | mkghponibaehackhmaijeonapklpndlc |
공식 URL | https://chrome.google.com/webstore/detail/harambe/mkghponibaehackhmaijeonapklpndlc |
설명 | Dicks Out For Harambe |
파일 크기 | 1.98 MB |
설치 횟수 | 16 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2018-01-07 |
출시 날짜 | 2018-01-07 |
평점 | 2.83/5 총 6 개의 평점 |
개발자 | Steven Jin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Harambe", "description": "Dicks Out For Harambe", "version": "1.3.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "harambe.js", "textswapper.js" ] } ], "web_accessible_resources": [ "1.jpg", "2.jpg", "3.jpg", "4.jpg", "5.jpg", "6.jpg", "7.jpg", "8.jpg", "9.jpg", "10.jpg" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |