Royal Baby Catifier
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Vad är Royal Baby Catifier?
Royal Baby Catifier är en Chrome-tillägg utvecklad av jordanrs2k1, och dess huvudfunktion är "Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat".
Tilläggsskärmbilder
Ladda ner Royal Baby Catifier-förlängningens CRX-fil
Ladda ner Royal Baby Catifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat
Grundläggande Information om Tillägg
Namn | |
ID | adjameoabcmbdobiafhhoclndepibfno |
Officiell webbadress | https://chrome.google.com/webstore/detail/royal-baby-catifier/adjameoabcmbdobiafhhoclndepibfno |
Beskrivning | Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat |
Filstorlek | 97.23 KB |
Antal Installationer | 10 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2013-07-22 |
Publiceringsdatum | 2013-07-22 |
Betyg | 4.00/5 Totalt 1 Betyg |
Utvecklare | jordanrs2k1 |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |