Social Media Sort By Like
Sort instagram posts by like
Social Media Sort By Likeとは何ですか?
Social Media Sort By Likeはchrome-developer-twによって開発されたChromeの拡張機能で、その主な機能は「Sort instagram posts by like」です。
拡張機能のスクリーンショット
Social Media Sort By Like拡張機能のCRXファイルをダウンロード
Social Media Sort By Like拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tired of scrolling endlessly to find the most popular posts on a profile? Say goodbye to manual searching and let Sort instagram posts by like do the hard work for you!
Discover the Benefits:
Uncover Top Performers: Easily find the most popular and engaging posts on any Instagram profile.
Gain Inspiration: Learn from successful posts to refine your own content and boost engagement.
Efficient Navigation: Save time by jumping to the most-liked posts and exploring profiles effortlessly.
Stay Informed: Stay ahead of trends and viral content to engage with your audience effectively. 拡張機能の基本情報
| 名前 | |
| ID | fpbahdmgcdbhgmaphjflggfmnmjgoijn |
| 公式URL | https://chromewebstore.google.com/detail/social-media-sort-by-like/fpbahdmgcdbhgmaphjflggfmnmjgoijn |
| 説明 | Sort instagram posts by like |
| ファイルサイズ | 1.02 MB |
| インストール数 | 129 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2024-01-28 |
| 公開日 | 2023-10-06 |
| 開発者 | chrome-developer-tw |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://abconvert.notion.site/IG-Sort-By-Like-Privacy-Policy-b328377164cf4544bb7d7c219e36bef4 |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Social Media Sort By Like",
"short_name": "ig-sort-by-like",
"version": "1.0.4",
"description": "Sort instagram posts by like ",
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"permissions": [
"activeTab",
"webRequest",
"background",
"storage",
"unlimitedStorage",
"contextMenus",
"*:\/\/*.instagram.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"inject.js"
]
}
],
"host_permissions": [
" | |