Etsy Clickathons
Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.
Etsy Clickathonsとは何ですか?
Etsy Clickathonsはetsygadget.comによって開発されたChromeの拡張機能で、その主な機能は「Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.」です。
拡張機能のスクリーンショット
Etsy Clickathons拡張機能のCRXファイルをダウンロード
Etsy Clickathons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play CLICKATHONs easily waisting less time then ever. Just click a button to open all listings on page in new tabs of your browser. Play clickathons to get more views of your listings and to increase the rating of your shop. Be carefull, opening too much tabs could make your computer working slower unless you have a lot or RAM memory.
拡張機能の基本情報
名前 | Etsy Clickathons |
ID | lenbalkolcmmgpoiegdplhkfjljaiiag |
公式URL | https://chromewebstore.google.com/detail/etsy-clickathons/lenbalkolcmmgpoiegdplhkfjljaiiag |
説明 | Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs. |
ファイルサイズ | 52.59 KB |
インストール数 | 775 |
現在のバージョン | 1.0.6 |
最終更新日 | 2018-01-21 |
公開日 | 2018-01-21 |
評価 | 4.59/5 合計 34 レビュー |
開発者 | etsygadget.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://etsygadget.com/en/etsy_clickathons/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Etsy Clickathons", "short_name": "Etsy Clickathons", "description": "Play Clickathons on Etsy easily and FOR FREE. Just press the button to open all listings in new tabs.", "version": "1.0.6", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.etsy.com\/" ], "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "EtsyGadget Clickathons" }, "homepage_url": "http:\/\/etsygadget.com\/etsy_clickathons\/", "content_scripts": [ { "matches": [ "*:\/\/*.etsy.com\/teams\/*\/*\/discuss\/*" ], "css": [ "styles.css" ], "js": [ "jquery.js", "common.js", "content.js" ], "run_at": "document_end" } ] } |