Royal Baby Catifier

Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat

Wat is Royal Baby Catifier?

Royal Baby Catifier is een Chrome-extensie ontwikkeld door jordanrs2k1, en de belangrijkste functie is "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Royal Baby Catifier

Download Royal Baby Catifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat                    

Basisinformatie over de Extensie

Naam Royal Baby Catifier Royal Baby Catifier
ID adjameoabcmbdobiafhhoclndepibfno
Officiële URL https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno
Beschrijving Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Bestandsgrootte 97.23 KB
Aantal Installaties 10
Huidige Versie 0.1
Laatst Bijgewerkt 2013-07-22
Publicatiedatum 2013-07-22
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar jordanrs2k1
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}