dankCircle preloader for Twitch
Replace the twitch default preloader with the dankCircle emote.
dankCircle preloader for Twitch là gì?
dankCircle preloader for Twitch là một tiện ích mở rộng Chrome được phát triển bởi Aiden Wallis, và tính năng chính của nó là "Replace the twitch default preloader with the dankCircle emote.".
Ả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 dankCircle preloader for Twitch
Tải xuống các tệp mở rộng dankCircle preloader for Twitch 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
Replaces the default twitch.tv sitewide preloader with the dankCircle BetterTTV emote. Fully compatible with any third party extensions, as all this does is inject a few lines of CSS to any Twitch tab on load.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | dankCircle preloader for Twitch |
ID | iedfclphnfdjimgbhjfkcggfclcjnngc |
URL Chính Thức | https://chromewebstore.google.com/detail/dankcircle-preloader-for/iedfclphnfdjimgbhjfkcggfclcjnngc |
Mô tả | Replace the twitch default preloader with the dankCircle emote. |
Kích Thước Tệp | 59.88 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2019-01-12 |
Ngày Phát Hành | 2019-01-12 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Aiden Wallis |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "dankCircle preloader for Twitch", "short_name": "dankCircle", "version": "0.0.1", "description": "Replace the twitch default preloader with the dankCircle emote.", "icons": { "48": "images\/pajaDank_48.png", "128": "images\/pajaDank_128.png" }, "content_scripts": [ { "all_frames": true, "js": [ "script.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ], "exclude_globs": [ "*:\/\/api.twitch.tv\/*" ] } ], "permissions": [ "*:\/\/*.twitch.tv\/*" ], "web_accessible_resources": [ "images\/dankCircle.gif" ] } |