Advanced Twitter Search
Advanced Search For Twitter
Advanced Twitter Searchとは何ですか?
Advanced Twitter Searchはsourav204によって開発されたChromeの拡張機能で、その主な機能は「Advanced Search For Twitter」です。
拡張機能のスクリーンショット
Advanced Twitter Search拡張機能のCRXファイルをダウンロード
Advanced Twitter Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |