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はskeys appsによって開発されたChromeの拡張機能で、その主な機能は「This extension will change every image on the internet into a kitten!」です。
That's enough internet for today拡張機能のCRXファイルをダウンロード
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" } } |