The Internet Needs More Cats
replace every image with a cat
Co to jest The Internet Needs More Cats?
The Internet Needs More Cats to rozszerzenie Chrome opracowane przez https://nolandchaliha.com, a jego główną funkcją jest „replace every image with a cat”.
Pobierz plik CRX rozszerzenia The Internet Needs More Cats
Pobierz pliki rozszerzeń The Internet Needs More Cats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | abkhjlenamfebhpbbopkokfficikcjfo |
| Oficjalny URL | https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo |
| Opis | replace every image with a cat |
| Rozmiar pliku | 43.21 KB |
| Liczba instalacji | 354 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2015-02-09 |
| Data Publikacji | 2015-02-08 |
| Ocena | 4.75/5 Łącznie 8 Oceny |
| Deweloper | https://nolandchaliha.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/"
]
} | |