Better Snapchat
This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.
Better Snapchatとは何ですか?
Better SnapchatはVaspDevによって開発されたChromeの拡張機能で、その主な機能は「This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.」です。
拡張機能のスクリーンショット
Better Snapchat拡張機能のCRXファイルをダウンロード
Better Snapchat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
+ Flush user interface: That's friendly to use. + Allow Screenshots: Create screenshots without snapchat capturing your keypresses. + Prevent Typing Notification: Go incognito and don't worry about disturbing your friends. + Save Media: Right-click and save any media straight to your desktop. + Always Present: Prevent the chat from being hidden when you click away. + More to come...
拡張機能の基本情報
名前 | |
ID | bomphfefmmkghdkkpjdafehnmfpifook |
公式URL | https://chromewebstore.google.com/detail/better-snapchat/bomphfefmmkghdkkpjdafehnmfpifook |
説明 | This browser extension enhances your web.snapchat.com experience by adding several essential privacy features. |
ファイルサイズ | 640 KB |
インストール数 | 4,503 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-11-16 |
公開日 | 2022-10-10 |
評価 | 3.44/5 合計 27 レビュー |
開発者 | VaspDev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dclstn/better-snapchat |
ヘルプページのURL | https://github.com/dclstn/better-snapchat/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Snapchat", "description": "This browser extension enhances your web.snapchat.com experience by adding several essential privacy features.", "version": "1.1.1", "icons": { "32": "logo32.png", "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "background": { "service_worker": ".\/build\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/web.snapchat.com\/*" ], "js": [ ".\/build\/content.js" ], "run_at": "document_start" } ], "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "https:\/\/web.snapchat.com\/*" ] } |