Loots Auto-Clicker for Twitch.tv
Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.
Loots Auto-Clicker for Twitch.tv là gì?
Loots Auto-Clicker for Twitch.tv là một tiện ích mở rộng Chrome được phát triển bởi nifrez, và tính năng chính của nó là "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.".
Ả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 Loots Auto-Clicker for Twitch.tv
Tải xuống các tệp mở rộng Loots Auto-Clicker for Twitch.tv 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
Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while. Authors: Fefek ( https://twitch.tv/fefek ) Nifrez ( https://twitch.tv/nifrez )
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
URL Chính Thức | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
Mô tả | Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while. |
Kích Thước Tệp | 32.11 KB |
Số Lần Cài Đặt | 400 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2017-06-17 |
Ngày Phát Hành | 2017-06-17 |
Đánh Giá | 4.24/5 Tổng số 17 Đánh Giá |
Nhà Phát Triển | nifrez |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://twitch.tv/fefek |
URL Trang Trợ Giúp | https://twitch.tv/fefek |
Ngôn Ngữ Được Hỗ Trợ | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Nifrez & Fefek", "name": "Loots Auto-Clicker for Twitch.tv", "homepage_url": "https:\/\/twitch.tv\/fefek", "short_name": "Loots Auto-Clicker", "description": "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.", "version": "0.0.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": [], "default_title": "Loots Auto-Clicker: Inactive" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-3.1.1.slim.min.js", "main.js" ], "css": [], "exclude_globs": [ "https:\/\/www.twitch.tv\/directory\/*", "https:\/\/www.twitch.tv\/p\/*", "https:\/\/www.twitch.tv\/products\/*", "https:\/\/www.twitch.tv\/*\/manager*", "https:\/\/www.twitch.tv\/*\/dashboard", "https:\/\/www.twitch.tv\/broadcast", "https:\/\/www.twitch.tv\/messages\/*", "https:\/\/www.twitch.tv\/settings" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "tabs" ] } |