bumble4me
Allows you to automatically like all bumble people.
bumble4meとは何ですか?
bumble4meはMal1t1aによって開発されたChromeの拡張機能で、その主な機能は「Allows you to automatically like all bumble people.」です。
拡張機能のスクリーンショット
bumble4me拡張機能のCRXファイルをダウンロード
bumble4me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take your bumble dating experience to a whole new level! Easily get new matches by clicking one simple button! No longer will you have to continuously click like or press the Right Arrow key, now you can have this all done for you!
拡張機能の基本情報
名前 | bumble4me |
ID | iclhpbjkidiaoklhdeiohlhiapoikbcf |
公式URL | https://chromewebstore.google.com/detail/bumble4me/iclhpbjkidiaoklhdeiohlhiapoikbcf |
説明 | Allows you to automatically like all bumble people. |
ファイルサイズ | 10.36 KB |
インストール数 | 412 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-07-02 |
公開日 | 2020-07-02 |
評価 | 2.50/5 合計 6 レビュー |
開発者 | Mal1t1a |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Mal1t1a", "content_scripts": [ { "all_frames": true, "matches": [ "https:\/\/bumble.com\/app" ], "js": [ "bumbleme.js" ] } ], "description": "Allows you to automatically like all bumble people.", "icons": { "32": "b4b_icon_32x32.png", "128": "b4b_icon_128x128.png" }, "manifest_version": 2, "name": "bumble4me", "permissions": [ "https:\/\/bumble.com\/app" ], "short_name": "b4m", "version": "1.0.0", "web_accessible_resources": [ "bumbleme.js", "manifest.json" ] } |