Auto Liker for Mamba
Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website
Auto Liker for Mambaとは何ですか?
Auto Liker for Mambaはmarci.mazurによって開発されたChromeの拡張機能で、その主な機能は「Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website」です。
拡張機能のスクリーンショット
Auto Liker for Mamba拡張機能のCRXファイルをダウンロード
Auto Liker for Mamba拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extention likes automatically every person on Mamba.ru - you don't need to do click like button anymore. Open https://www.mamba.ru/rating#/app and after seconds the extension starts to like profiles. In you encounter any errors, please let me know as this is pilot version and may need refinement. Thank you for checking this extention
拡張機能の基本情報
名前 | Auto Liker for Mamba |
ID | ioojlnigdebojbbdjoncpjhpnknhpfea |
公式URL | https://chromewebstore.google.com/detail/auto-liker-for-mamba/ioojlnigdebojbbdjoncpjhpnknhpfea |
説明 | Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website |
ファイルサイズ | 10.25 KB |
インストール数 | 16 |
現在のバージョン | 0.1 |
最終更新日 | 2019-06-26 |
公開日 | 2019-06-26 |
評価 | 1.00/5 合計 3 レビュー |
開発者 | marci.mazur |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Liker for Mamba", "description": "Auto Liker for Mamba - this extention like every person automatically on Mamba.ru website", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.mamba.ru\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |