Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Was ist Royal Baby Catifier?
Royal Baby Catifier ist eine Chrome-Erweiterung, die von jordanrs2k1 entwickelt wurde, und ihr Hauptmerkmal ist "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".
Erweiterungsscreenshots
Royal Baby Catifier-Erweiterungs-CRX-Datei herunterladen
Laden Sie Royal Baby Catifier-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
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Grundlegende Informationen zur Erweiterung
Name | |
ID | adjameoabcmbdobiafhhoclndepibfno |
Offizielle URL | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
Beschreibung | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
Dateigröße | 97.23 KB |
Installationsanzahl | 10 |
Aktuelle Version | 0.1 |
Letztes Update | 2013-07-22 |
Veröffentlichungsdatum | 2013-07-22 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | jordanrs2k1 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |