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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to search your Twitter Likes and Bookmarks."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TweetSearcher Search Twitter Likes & Bookmark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |