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 |
| 官方網址 | 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\/*"
]
}
]
} | |