The Internet Needs More Cats
replace every image with a cat
The Internet Needs More Catsとは何ですか?
The Internet Needs More Catsはhttps://nolandchaliha.comによって開発されたChromeの拡張機能で、その主な機能は「replace every image with a cat」です。
The Internet Needs More Cats拡張機能のCRXファイルをダウンロード
The Internet Needs More Cats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat.
拡張機能の基本情報
名前 | The Internet Needs More Cats |
ID | abkhjlenamfebhpbbopkokfficikcjfo |
公式URL | https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo |
説明 | replace every image with a cat |
ファイルサイズ | 43.21 KB |
インストール数 | 354 |
現在のバージョン | 0.1 |
最終更新日 | 2015-02-09 |
公開日 | 2015-02-08 |
評価 | 4.75/5 合計 8 レビュー |
開発者 | https://nolandchaliha.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Internet Needs More Cats", "version": "0.1", "description": "replace every image with a cat", "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "default_title": "cat" }, "author": "Noland Chaliha", "permissions": [ "activeTab", "http:\/\/i.imgur.com\/" ] } |