2 cool 4 you
Find Instagram users who do not follow you back.
2 cool 4 youとは何ですか?
2 cool 4 youはthe_real_unclebenによって開発されたChromeの拡張機能で、その主な機能は「Find Instagram users who do not follow you back.」です。
拡張機能のスクリーンショット
2 cool 4 you拡張機能のCRXファイルをダウンロード
2 cool 4 you拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open Instagram in a new tab and push the broken heart button 💔 to find users who do not follow you back.
IMPORTANT NOTICE: Install the extension and open Instagram in a new tab afterwards.
The extension will not work for Instagram tabs opened before installation.
★ Can handle up to ~10k followers.
★ Disclosure of Instagram credentials not required.
★ Minimal extension permissions needed.
★ Open Source.
Permissions:
- storage: Caching the list of users.
Contributions are highly welcome!
https://github.com/yungfred/2-cool-4-you 拡張機能の基本情報
| 名前 | |
| ID | jjjcmnhhhhoemaehhbhipcoammldhjip |
| 公式URL | https://chromewebstore.google.com/detail/2-cool-4-you/jjjcmnhhhhoemaehhbhipcoammldhjip |
| 説明 | Find Instagram users who do not follow you back. |
| ファイルサイズ | 317 KB |
| インストール数 | 400 |
| 現在のバージョン | 1.1.3 |
| 最終更新日 | 2023-11-07 |
| 公開日 | 2020-02-14 |
| 評価 | 4.38/5 合計 8 レビュー |
| 開発者 | the_real_uncleben |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://github.com/yungfred/2-cool-4-you |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "2 cool 4 you",
"description": "Find Instagram users who do not follow you back.",
"version": "1.1.3",
"background": {
"service_worker": "bg.js"
},
"action": {
"default_title": "Find em!",
"default_icon": ".\/img\/icon_128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.instagram.com\/*",
"https:\/\/www.instagram.com\/*"
],
"js": [
"cs.js"
]
},
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"js-libs\/ExtPay.js"
],
"run_at": "document_start"
}
],
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/www.instagram.com\/*",
"https:\/\/www.instagram.com\/*",
"http:\/\/*.cdninstagram.com\/*",
"https:\/\/*.cdninstagram.com\/*",
"http:\/\/*.fbcdn.net\/*",
"https:\/\/*.fbcdn.net\/*"
],
"icons": {
"16": ".\/img\/icon_16.png",
"48": ".\/img\/icon_48.png",
"128": ".\/img\/icon_128.png"
}
} | |