Advanced Twitter Search
Advanced Search For Twitter
Advanced Twitter Search란 무엇입니까?
Advanced Twitter Search은(는) sourav204에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced Search For Twitter"입니다.
확장 프로그램 스크린샷
Advanced Twitter Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Advanced Twitter Search |
ID | mhlapmkhmojljchlcahibclmnmbddcmh |
공식 URL | https://chromewebstore.google.com/detail/advanced-twitter-search/mhlapmkhmojljchlcahibclmnmbddcmh |
설명 | Advanced Search For Twitter |
파일 크기 | 342 KB |
설치 횟수 | 898 |
현재 버전 | 2.0.8 |
최근 업데이트 | 2023-01-14 |
출시 날짜 | 2020-07-13 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | sourav204 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://ats.imsourav.com/privacy-policy.php |
지원되는 언어 | 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" } } |