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?
Loots Auto-Clicker for Twitch.tv是由nifrez開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Loots Auto-Clicker for Twitch.tv擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 )
擴展基本資訊
名稱 | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
官方網址 | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
簡介 | 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. |
檔案大小 | 32.11 KB |
安裝次數 | 400 |
目前版本 | 0.0.0.4 |
更新時間 | 2017-06-17 |
上架時間 | 2017-06-17 |
評分 | 4.24/5 共 17 次評分 |
開發者 | nifrez |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://twitch.tv/fefek |
說明頁面URL | https://twitch.tv/fefek |
支援的語言 | 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" ] } |