Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
What is Royal Baby Catifier?
Royal Baby Catifier is a Chrome extension developed by jordanrs2k1, and its main feature is "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".
Extension Screenshots
Download Royal Baby Catifier Extension CRX File
Download Royal Baby Catifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Extension Basic Information
Name | |
ID | adjameoabcmbdobiafhhoclndepibfno |
Official URL | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
Description | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
File Size | 97.23 KB |
Installation Count | 10 |
Current Version | 0.1 |
Last Updated | 2013-07-22 |
Publish Date | 2013-07-22 |
Rating | 4.00/5 Total 1 Ratings |
Developer | jordanrs2k1 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Royal Baby Catifier", "description": "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat", "version": "0.1", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/caticon16.png", "48": "icons\/caticon48.png", "128": "icons\/caticon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/jquery.js", "scripts\/royalBabdyCatifier.js" ] } ] } |