Twitter-💓🍣
Let you change the new Twitter Like Heart into 🍣.
什么是Twitter-💓🍣?
Twitter-💓🍣是由tatzyr开发的Chrome扩展程序,该扩展的主要功能是“Let you change the new Twitter Like Heart into 🍣.”。
扩展截图
下载Twitter-💓🍣扩展crx文件
下载Twitter-💓🍣扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | mjpkliiekogffkgegdgendlnbjllncem |
| 官方URL | https://chromewebstore.google.com/detail/twitter-%F0%9F%92%93%F0%9F%8D%A3/mjpkliiekogffkgegdgendlnbjllncem |
| 简介 | Let you change the new Twitter Like Heart into 🍣. |
| 文件大小 | 107 KB |
| 安装次数 | 691 |
| 当前版本 | 0.3.0 |
| 更新时间 | 2017-06-16 |
| 上架时间 | 2017-06-16 |
| 评分 | 4.50/5 共32次评分 |
| 开发者 | tatzyr |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitter-\ud83d\udc93\ud83c\udf63",
"version": "0.3.0",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"128": "img\/128.png"
},
"manifest_version": 2,
"description": "Let you change the new Twitter Like Heart into \ud83c\udf63.",
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"js\/jquery-2.1.4.min.js",
"js\/script.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"img\/sushi_nonanimation.png",
"img\/sushi_notification.png"
]
} | |