Twitter Verified Account Sunglasses
This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
什么是Twitter Verified Account Sunglasses?
Twitter Verified Account Sunglasses是由https://www.icze4r.org开发的Chrome扩展程序,该扩展的主要功能是“This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0”。
扩展截图
下载Twitter Verified Account Sunglasses扩展crx文件
下载Twitter Verified Account Sunglasses扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of seeing Twitter Verified account checkmarks? This turns the checkmarks into a brown poop emoji.
You're welcome.
By the way: the full 'code' (it's mostly just CSS) for this is available on my Github: https://github.com/icze4r/TwitterSunglasses
You can just download that and install it using the instructions there, if you want. Just giving you everything so you can avoid a bamboozle.
Note: this isn't gonna work for TweetDeck, but I've provided instructions on how you can do it yourself in TweetDeck: https://github.com/icze4r/TwitterSunglasses/blob/master/tweetdeck-instructions.md 扩展基本信息
| 名称 | |
| ID | ajgilddapndgbmniliponchegglobphm |
| 官方URL | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
| 简介 | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
| 文件大小 | 34.73 KB |
| 安装次数 | 75 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2017-06-16 |
| 上架时间 | 2017-06-16 |
| 评分 | 4.50/5 共8次评分 |
| 开发者 | https://www.icze4r.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitter Verified Account Sunglasses",
"version": "0.1.0",
"description": "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js",
"background.js"
],
"matches": [
"https:\/\/twitter.com\/*"
]
}
]
} | |