Tweet Peep 👀
Peep Thoughts on Twitter
Tweet Peep 👀とは何ですか?
Tweet Peep 👀はhttps://glasp.coによって開発されたChromeの拡張機能で、その主な機能は「Peep Thoughts on Twitter」です。
拡張機能のスクリーンショット
Tweet Peep 👀拡張機能のCRXファイルをダウンロード
Tweet Peep 👀拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tweet Peep 👀 gives you instant, one-click access to what other people are saying about the articles and videos you're browsing.
拡張機能の基本情報
名前 | Tweet Peep 👀 |
ID | naajicfpnocgkefffkgekndknlifgagb |
公式URL | https://chromewebstore.google.com/detail/tweet-peep-%F0%9F%91%80/naajicfpnocgkefffkgekndknlifgagb |
説明 | Peep Thoughts on Twitter |
ファイルサイズ | 26.24 KB |
インストール数 | 214 |
現在のバージョン | 1.1.3 |
最終更新日 | 2023-08-25 |
公開日 | 2021-02-23 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://glasp.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.notion.so/Tweet-Peep-809e1c498f8a4e0889d2a82baf4dfcb1 |
プライバシーポリシーページのURL | https://www.glasp.co/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Peep \ud83d\udc40", "version": "1.1.3", "manifest_version": 3, "description": "Peep Thoughts on Twitter", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "48": "src\/images\/48.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/contentscript\/content.js" ], "all_frames": false } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "src\/images\/16.png", "48": "src\/images\/48.png", "128": "src\/images\/128.png" }, "permissions": [ "tabs", "contextMenus" ] } |