GroupRipper
Scan and rank posts of any group you are part of.
GroupRipperとは何ですか?
GroupRipperはhttps://groupripper.comによって開発されたChromeの拡張機能で、その主な機能は「Scan and rank posts of any group you are part of.」です。
拡張機能のスクリーンショット
GroupRipper拡張機能のCRXファイルをダウンロード
GroupRipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Groupripper helps you in scanning and ranking posts based on the their engagement. You can find the best Engaged post and the top influencer of a particular group.
拡張機能の基本情報
名前 | GroupRipper |
ID | pilmdipfjebpeicoomgdacmcigajgblg |
公式URL | https://chromewebstore.google.com/detail/groupripper/pilmdipfjebpeicoomgdacmcigajgblg |
説明 | Scan and rank posts of any group you are part of. |
ファイルサイズ | 180 KB |
インストール数 | 50 |
現在のバージョン | 1.12 |
最終更新日 | 2021-07-15 |
公開日 | 2021-06-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://groupripper.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://groupripper.com/ |
ヘルプページのURL | https://www.facebook.com/naveen.dhana.lak/ |
対応言語 | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "eventPage.js" ] }, "browser_action": { "default_icon": "icon16.png", "default_popup": "home.html", "default_title": "GroupRipper" }, "content_scripts": [ { "css": [ "css\/content.css" ], "js": [ "jquery-3.1.0.min.js", "content.js" ], "matches": [ "https:\/\/*.facebook.com\/groups\/*" ] } ], "description": "Scan and rank posts of any group you are part of.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "GroupRipper", "options_page": "options.html", "permissions": [ "storage", "unlimitedStorage", "tabs", "https:\/\/*.facebook.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.12" } |