MEOWSER.ME
Replaces all images on a given page with pictures of cats.
Vad är MEOWSER.ME?
MEOWSER.ME är en Chrome-tillägg utvecklad av http://www.meowser.me, och dess huvudfunktion är "Replaces all images on a given page with pictures of cats.".
Tilläggsskärmbilder
Ladda ner MEOWSER.ME-förlängningens CRX-fil
Ladda ner MEOWSER.ME-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | cpjfmcjkclaplkjecocopokgephfimnb |
Officiell webbadress | https://chrome.google.com/webstore/detail/meowserme/cpjfmcjkclaplkjecocopokgephfimnb |
Beskrivning | Replaces all images on a given page with pictures of cats. |
Filstorlek | 33.16 KB |
Antal Installationer | 97 |
Aktuell Version | 2.1 |
Senast Uppdaterad | 2014-03-02 |
Publiceringsdatum | 2014-03-02 |
Betyg | 4.00/5 Totalt 2 Betyg |
Utvecklare | http://www.meowser.me |
Betalningssätt | free |
Stödda Språk | 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" } |