MEOWSER.ME
Replaces all images on a given page with pictures of cats.
Was ist MEOWSER.ME?
MEOWSER.ME ist eine Chrome-Erweiterung, die von http://www.meowser.me entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all images on a given page with pictures of cats.".
Erweiterungsscreenshots
MEOWSER.ME-Erweiterungs-CRX-Datei herunterladen
Laden Sie MEOWSER.ME-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
Having a bad day? Bored at work? A smile is just a click away. Meowser your browser!! Meowser.me replaces all the images on a web page with photos of CATS! Plus visit www.meowser.me to learn how you can add your own cat photos to our library. Your cat can be meowser'd all over the internet!
Grundlegende Informationen zur Erweiterung
Name | |
ID | cpjfmcjkclaplkjecocopokgephfimnb |
Offizielle URL | https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb |
Beschreibung | Replaces all images on a given page with pictures of cats. |
Dateigröße | 33.16 KB |
Installationsanzahl | 97 |
Aktuelle Version | 2.1 |
Letztes Update | 2014-03-02 |
Veröffentlichungsdatum | 2014-03-02 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | http://www.meowser.me |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js", "heycat.js" ] }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "MEOWSER.ME" }, "description": "Replaces all images on a given page with pictures of cats.", "homepage_url": "http:\/\/www.meowser.me", "icons": { "128": "img\/icon_128.png", "16": "img\/icon_16.png", "48": "img\/icon_48.png" }, "manifest_version": 2, "name": "MEOWSER.ME", "permissions": [ "activeTab" ], "version": "2.1" } |