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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tweetsearcher.com และคุณลักษณะหลักของมันคือ "The easiest way to search your Twitter Likes and Bookmarks."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetSearcher Search Twitter Likes & Bookmark

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/*"
            ]
        }
    ]
}