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 |
公式URL | 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 |
Eメール | [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" ] } |