Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Τι είναι το Royal Baby Catifier;
Το Royal Baby Catifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jordanrs2k1, και η κύρια λειτουργία του είναι "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Royal Baby Catifier
Λήψη αρχείων επέκτασης Royal Baby Catifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | adjameoabcmbdobiafhhoclndepibfno |
Επίσημο URL | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
Περιγραφή | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
Μέγεθος Αρχείου | 97.23 KB |
Αριθμός Εγκαταστάσεων | 10 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2013-07-22 |
Ημερομηνία Δημοσίευσης | 2013-07-22 |
Αξιολόγηση | 4.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | jordanrs2k1 |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |