Better Instagram
This browser extension enhances your instagram.com experience by adding several essential privacy features.
Better Instagramとは何ですか?
Better InstagramはVaspDevによって開発されたChromeの拡張機能で、その主な機能は「This browser extension enhances your instagram.com experience by adding several essential privacy features.」です。
拡張機能のスクリーンショット
Better Instagram拡張機能のCRXファイルをダウンロード
Better Instagram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
+ User-friendly flush interface: Easy to navigate and utilize.
+ Preserve Complete Conversation Records: Export chat logs as convenient text or JSON files.
+ Disable Read Receipts: Prevent recipients from knowing when you've read their messages.
+ Block Story Viewed Notifications: Stop recipients from seeing that you've viewed their stories.
Additional features coming soon... 拡張機能の基本情報
| 名前 | |
| ID | ohpfacfabigckcgpckpmmhiaogjodjci |
| 公式URL | https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci |
| 説明 | This browser extension enhances your instagram.com experience by adding several essential privacy features. |
| ファイルサイズ | 247 KB |
| インストール数 | 116 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2023-04-27 |
| 公開日 | 2023-04-26 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | VaspDev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/dclstn/better-instagram |
| ヘルプページのURL | https://github.com/dclstn/better-instagram |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Better Instagram",
"description": "This browser extension enhances your instagram.com experience by adding several essential privacy features.",
"version": "1.0.0",
"icons": {
"32": "logo32.png",
"48": "logo48.png",
"96": "logo96.png",
"128": "logo128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
".\/build\/script.js"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"host_permissions": [
"https:\/\/www.instagram.com\/*"
]
} | |