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是由jordanrs2k1開發的Chrome擴展程式,該擴展的主要功能是“Sick of seeing articles about the royal baby? This extension removes the container and replaces it with a cat”。
擴展截圖
下載Royal Baby Catifier擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |