Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Co to jest Royal Baby Catifier?
Royal Baby Catifier to rozszerzenie Chrome opracowane przez jordanrs2k1, a jego główną funkcją jest „Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Royal Baby Catifier
Pobierz pliki rozszerzeń Royal Baby Catifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | adjameoabcmbdobiafhhoclndepibfno |
Oficjalny URL | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
Opis | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
Rozmiar pliku | 97.23 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2013-07-22 |
Data Publikacji | 2013-07-22 |
Ocena | 4.00/5 Łącznie 1 Oceny |
Deweloper | jordanrs2k1 |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |