Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Qu'est-ce que Royal Baby Catifier ?
Royal Baby Catifier est une extension Chrome développée par jordanrs2k1, et sa fonction principale est "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Royal Baby Catifier
Téléchargez les fichiers d'extension Royal Baby Catifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Informations de Base sur l'Extension
Nom | |
ID | adjameoabcmbdobiafhhoclndepibfno |
URL Officiel | 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 |
Taille du Fichier | 97.23 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-07-22 |
Date de Publication | 2013-07-22 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | jordanrs2k1 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |