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 |
| Eメール | [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\/*"
]
}
]
} | |