That's enough internet for today
This extension will change every image on the internet into a kitten!
That's enough internet for todayคืออะไร?
That's enough internet for today เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skeys apps และคุณลักษณะหลักของมันคือ "This extension will change every image on the internet into a kitten!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย That's enough internet for today
ดาวน์โหลดไฟล์ส่วนขยาย That's enough internet for today ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
!!IMPORTANT!! To remove it, all you have to do it go to chrome://extensions (also available under the settings window on the left toolbar), find it in the list, and disable it or click the trash can to remove it. --End of important info-- This extension is a funny way to prank your friends, or even tell your kids to get off the computer. Its up to you what to do with it, but feel free to try it out and see what it does. (Make sure to read the above information before installing) It basically replaces all images on the web with a cat carrying her kitten away saying "That's enough internet for today"
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | echdbhdbdjjlbmpnlnehladohehkjnjk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk |
คำอธิบาย | This extension will change every image on the internet into a kitten! |
ขนาดไฟล์ | 2.32 MB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-07-03 |
วันที่เผยแพร่ | 2015-07-03 |
คะแนน | 3.50/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | skeys apps |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "That's enough internet for today", "short_name": "Enough Tnternet", "description": "This extension will change every image on the internet into a kitten!", "version": "0.0.1", "permissions": [ "webNavigation", "*:\/\/*\/*", "tabs", "alarms" ], "icons": { "128": "assets\/icon_128.gif" }, "background": { "scripts": [ "background.js" ], "persistant": "true" } } |