Pics to Kittens
This extension makes The Internet better by replacing all images with cats.
Co to jest Pics to Kittens?
Pics to Kittens to rozszerzenie Chrome opracowane przez disregarding standards, a jego główną funkcją jest „This extension makes The Internet better by replacing all images with cats.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pics to Kittens
Pobierz pliki rozszerzeń Pics to Kittens 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
Why would you ever want to see a picture that isn't about a cat? Make your internet a better experience by viewing cats as much as possible. (Note: if an image is within an iframe, it *may* not be replaced. This is for security reasons.)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | oajkgelibfmlfaelepkgocgpmopbphel |
Oficjalny URL | https://chrome.google.com/webstore/detail/pics-to-kittens/oajkgelibfmlfaelepkgocgpmopbphel |
Opis | This extension makes The Internet better by replacing all images with cats. |
Rozmiar pliku | 1.23 MB |
Liczba instalacji | 197 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-04-21 |
Data Publikacji | 2014-04-20 |
Ocena | 4.00/5 Łącznie 7 Oceny |
Deweloper | disregarding standards |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/yvescourtois/chrome_to_cats |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pics to Kittens", "version": "1.1", "author": "Yves Courtois", "description": "This extension makes The Internet better by replacing all images with cats.", "homepage_url": "https:\/\/github.com\/yvescourtois\/pics_to_kittens", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Toggle on\/off." }, "background": { "scripts": [ "js\/background.js", "js\/options.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |