That's enough internet for today
This extension will change every image on the internet into a kitten!
Was ist That's enough internet for today?
That's enough internet for today ist eine Chrome-Erweiterung, die von skeys apps entwickelt wurde, und ihr Hauptmerkmal ist "This extension will change every image on the internet into a kitten!".
That's enough internet for today-Erweiterungs-CRX-Datei herunterladen
Laden Sie That's enough internet for today-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
!!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"
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | echdbhdbdjjlbmpnlnehladohehkjnjk |
Offizielle URL | https://chrome.google.com/webstore/detail/thats-enough-internet-for/echdbhdbdjjlbmpnlnehladohehkjnjk |
Beschreibung | This extension will change every image on the internet into a kitten! |
Dateigröße | 2.32 MB |
Installationsanzahl | 27 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-07-03 |
Veröffentlichungsdatum | 2015-07-03 |
Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
Entwickler | skeys apps |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |