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 là gì?
Twitter Verified Account Sunglasses là một tiện ích mở rộng Chrome được phát triển bởi https://www.icze4r.org, và tính năng chính của nó là "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Verified Account Sunglasses
Tải xuống các tệp mở rộng Twitter Verified Account Sunglasses dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Verified Account Sunglasses |
ID | ajgilddapndgbmniliponchegglobphm |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm |
Mô tả | This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0 |
Kích Thước Tệp | 34.73 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 0.1.0 |
Cập Nhật Lần Cuối | 2017-06-16 |
Ngày Phát Hành | 2017-06-16 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.icze4r.org |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |