Bump Buddy
Your daily helper to improve working experience.
Bump Buddyとは何ですか?
Bump BuddyはMp Bumpによって開発されたChromeの拡張機能で、その主な機能は「Your daily helper to improve working experience.」です。
拡張機能のスクリーンショット
Bump Buddy拡張機能のCRXファイルをダウンロード
Bump Buddy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Your Latest Bump Handler This extension will help you to update your posts within each 15 -16 minutes which will eventually make your life easier and lot more productive. Working Procedure: You will see an extra element on your megapersonals web page after the successful installation of this extension. This will consist of the posts number and two buttons such as reset and bump now button. To make sure your extension works properly, you need to manually select all the posts on your page. Then it will show the count of the post in that page. To remove post , just click the reset button and re add posts that you want to bump. You need to subscribe first with your ip address and then you can start using this extension. So please contact us right now, Our team is waiting for your message and start making your life more productive.
拡張機能の基本情報
名前 | Bump Buddy |
ID | pmadjigpplbflhppncppadddfndmamha |
公式URL | https://chromewebstore.google.com/detail/bump-buddy/pmadjigpplbflhppncppadddfndmamha |
説明 | Your daily helper to improve working experience. |
ファイルサイズ | 22.05 KB |
インストール数 | 49 |
現在のバージョン | 1.4.2 |
最終更新日 | 2023-07-30 |
公開日 | 2023-06-11 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Mp Bump |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://mpbump.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bump Buddy", "version": "1.4.2", "description": "Your daily helper to improve working experience.", "host_permissions": [ "https:\/\/megapersonals.eu\/*" ], "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup_file.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/megapersonals.eu\/*" ], "js": [ "content.js" ] } ] } |