Keyword Allintitle Results
Find the allintitle search results for your keywords.
Keyword Allintitle Results là gì?
Keyword Allintitle Results là một tiện ích mở rộng Chrome được phát triển bởi xaver.fleer, và tính năng chính của nó là "Find the allintitle search results for your keywords.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keyword Allintitle Results
Tải xuống các tệp mở rộng Keyword Allintitle Results dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Finding the allintitle search results on Google is a tedious task. Speed up your workflow!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keyword Allintitle Results |
ID | bcholjopcmonkanmndoenicdhdnomceb |
URL Chính Thức | https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb |
Mô tả | Find the allintitle search results for your keywords. |
Kích Thước Tệp | 109 KB |
Số Lần Cài Đặt | 176 |
Phiên Bản Hiện Tại | 0.0.8 |
Cập Nhật Lần Cuối | 2021-09-29 |
Ngày Phát Hành | 2021-09-21 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | xaver.fleer |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html", "default_icon": { "16": "\/assets\/images\/favicon-io\/favicon-16x16.png", "32": "\/assets\/images\/favicon-io\/favicon-32x32.png", "48": "\/assets\/images\/favicon-io\/favicon-48x48.png", "128": "\/assets\/images\/favicon-io\/favicon-128x128.png", "256": "\/assets\/images\/favicon-io\/favicon-256x256.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*" ], "js": [ "content-script.js" ] } ], "description": "Find the allintitle search results for your keywords.", "icons": { "16": "\/assets\/images\/favicon-io\/favicon-16x16.png", "32": "\/assets\/images\/favicon-io\/favicon-32x32.png", "48": "\/assets\/images\/favicon-io\/favicon-48x48.png", "128": "\/assets\/images\/favicon-io\/favicon-128x128.png", "256": "\/assets\/images\/favicon-io\/favicon-256x256.png" }, "manifest_version": 3, "name": "Keyword Allintitle Results", "permissions": [ "storage" ], "version": "0.0.8" } |