Tinder Clicker
Match Away!! 💕
Tinder Clickerとは何ですか?
Tinder Clickerはmohit.developer21によって開発されたChromeの拡張機能で、その主な機能は「Match Away!! 💕」です。
拡張機能のスクリーンショット
Tinder Clicker拡張機能のCRXファイルをダウンロード
Tinder Clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click on tinder web page https://tinder.com/app/recs
拡張機能の基本情報
名前 | Tinder Clicker |
ID | fghdbbmhcdigcnkloiboaahhjbnmfaeb |
公式URL | https://chrome.google.com/webstore/detail/tinder-clicker/fghdbbmhcdigcnkloiboaahhjbnmfaeb |
説明 | Match Away!! 💕 |
ファイルサイズ | 10.56 KB |
インストール数 | 78 |
現在のバージョン | 1.0 |
最終更新日 | 2022-08-04 |
公開日 | 2022-08-04 |
開発者 | mohit.developer21 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tinder Clicker", "description": "Match Away!! \ud83d\udc95", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/click_16.png", "32": "\/images\/click_32.png", "48": "\/images\/click_48.png", "128": "\/images\/click_64.png" } }, "permissions": [ "storage", "activeTab", "scripting" ], "icons": { "16": "\/images\/click_16.png", "32": "\/images\/click_32.png", "48": "\/images\/click_48.png", "128": "\/images\/click_64.png" } } |