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."입니다.

확장 프로그램 스크린샷

screenshot

TweetSearcher Search Twitter Likes & Bookmark 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/*"
            ]
        }
    ]
}