Keemstar Corrector
Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!
什么是Keemstar Corrector?
Keemstar Corrector是由wil7vin开发的Chrome扩展程序,该扩展的主要功能是“Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!”。
扩展截图
下载Keemstar Corrector扩展crx文件
下载Keemstar Corrector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keemstar's Twitter bio and Youtube about page are a bit outdated. This fixes this error for him since he is a busy man and probably other things on his mind. Just install and all the errors in his twitter bio and Youtube about page just disappear
扩展基本信息
名称 | |
ID | bjpcfjaiacggbpiaibajjibjefjkblop |
官方URL | https://chrome.google.com/webstore/detail/keemstar-corrector/bjpcfjaiacggbpiaibajjibjefjkblop |
简介 | Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him! |
文件大小 | 3.64 KB |
安装次数 | 12 |
当前版本 | 1.1 |
更新时间 | 2016-06-28 |
上架时间 | 2016-06-28 |
评分 | 5.00/5 共2次评分 |
开发者 | wil7vin |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keemstar Corrector", "description": "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/KEEMSTAR*", "https:\/\/twitter.com\/KEEMSTAR*", "http:\/\/www.youtube.com\/user\/NewDramaAlert\/about*", "https:\/\/www.youtube.com\/user\/NewDramaAlert\/about*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |