Advanced Twitter Search
Advanced Search For Twitter
What is Advanced Twitter Search?
Advanced Twitter Search is a Chrome extension developed by sourav204, and its main feature is "Advanced Search For Twitter".
Extension Screenshots
Download Advanced Twitter Search Extension CRX File
Download Advanced Twitter Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Advanced Twitter Search is a search tool that enables you to filter Twitter search results by engagement level. You can filter search results by Type, Favourites, Re-tweets, Language, Location and more.
Extension Basic Information
Name | Advanced Twitter Search |
ID | mhlapmkhmojljchlcahibclmnmbddcmh |
Official URL | https://chromewebstore.google.com/detail/advanced-twitter-search/mhlapmkhmojljchlcahibclmnmbddcmh |
Description | Advanced Search For Twitter |
File Size | 342 KB |
Installation Count | 898 |
Current Version | 2.0.8 |
Last Updated | 2023-01-14 |
Publish Date | 2020-07-13 |
Rating | 4.20/5 Total 5 Ratings |
Developer | sourav204 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://ats.imsourav.com/privacy-policy.php |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Advanced Twitter Search", "version": "2.0.8", "description": "Advanced Search For Twitter", "short_name": "Twitter Search", "author": "Sourav Pradhan", "homepage_url": "http:\/\/ats.imsourav.com\/installed", "icons": { "128": "img\/128x128.png", "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png" }, "action": { "default_title": "Advanced Twitter Search", "default_icon": { "128": "img\/128x128.png", "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png" }, "default_popup": "index.html" }, "permissions": [ "storage", "notifications" ], "host_permissions": [ "http:\/\/ats.imsourav.com\/*", "https:\/\/ats.imsourav.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "js\/background.js" } } |