That's enough internet for today
This extension will change every image on the internet into a kitten!
That's enough internet for today là gì?
That's enough internet for today là một tiện ích mở rộng Chrome được phát triển bởi skeys apps, và tính năng chính của nó là "This extension will change every image on the internet into a kitten!".
Tải xuống tệp CRX của tiện ích mở rộng That's enough internet for today
Tải xuống các tệp mở rộng That's enough internet for today dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
!!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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | echdbhdbdjjlbmpnlnehladohehkjnjk |
URL Chính Thức | https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk |
Mô tả | This extension will change every image on the internet into a kitten! |
Kích Thước Tệp | 2.32 MB |
Số Lần Cài Đặt | 27 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-07-03 |
Ngày Phát Hành | 2015-07-03 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | skeys apps |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |