TweetSearcher Search Twitter Likes & Bookmark
The easiest way to search your Twitter Likes and Bookmarks.
什么是TweetSearcher Search Twitter Likes & Bookmark?
TweetSearcher Search Twitter Likes & Bookmark是由https://tweetsearcher.com开发的Chrome扩展程序,该扩展的主要功能是“The easiest way to search your Twitter Likes and Bookmarks.”。
扩展截图
下载TweetSearcher Search Twitter Likes & Bookmark扩展crx文件
下载TweetSearcher Search Twitter Likes & Bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ever wondered where all those tweets you've liked or bookmarked on Twitter vanish to? Frustrated trying to locate an intriguing tweet and realizing Twitter doesn't offer a straightforward way to search through your likes and bookmarks? TweetSearcher is here to cater to that exact need! 🔍 Key Features: 1. Instant Search: Easily find any tweet you've liked or bookmarked with just a keyword. 2. User-Friendly Interface: Designed with you in mind, ensuring a seamless search experience. 3. Organize & Categorize: Tag your favorite tweets for effortless management and classification. Never lose track of those precious tweets again. With TweetSearcher, effortlessly search, manage, and rediscover the moments that once resonated with you. Dive in now for a superior Twitter experience!
扩展基本信息
名称 | TweetSearcher Search Twitter Likes & Bookmark |
ID | flkdelfjhoegjenicnihmiginecebbjc |
官方URL | https://chromewebstore.google.com/detail/tweetsearcher-search-twit/flkdelfjhoegjenicnihmiginecebbjc |
简介 | The easiest way to search your Twitter Likes and Bookmarks. |
文件大小 | 197 KB |
安装次数 | 49 |
当前版本 | 1.0.5 |
更新时间 | 2023-11-24 |
上架时间 | 2023-11-02 |
开发者 | https://tweetsearcher.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://hawstein.studio/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetSearcher Search Twitter Likes & Bookmark", "description": "The easiest way to search your Twitter Likes and Bookmarks.", "version": "1.0.5", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "js": [ "content_scripts\/content_script.js" ], "css": [ "css\/content_script.css" ], "run_at": "document_end" } ], "permissions": [], "host_permissions": [ "https:\/\/tweetsearcher.com\/", "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ], "action": { "default_title": "TweetSearcher", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src *; font-src *; img-src *; style-src * 'unsafe-inline'" }, "web_accessible_resources": [ { "resources": [ "page_scripts\/*", "sidebar\/*", "images\/*", "libs\/*" ], "matches": [ "*:\/\/twitter.com\/*", "*:\/\/mobile.twitter.com\/*" ] } ] } |