Harambe
Dicks Out For Harambe
Harambeคืออะไร?
Harambe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steven Jin และคุณลักษณะหลักของมันคือ "Dicks Out For Harambe"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Harambe
ดาวน์โหลดไฟล์ส่วนขยาย Harambe ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/" ] } |