Keyword Allintitle Results
Find the allintitle search results for your keywords.
Was ist Keyword Allintitle Results?
Keyword Allintitle Results ist eine Chrome-Erweiterung, die von xaver.fleer entwickelt wurde, und ihr Hauptmerkmal ist "Find the allintitle search results for your keywords.".
Erweiterungsscreenshots
Keyword Allintitle Results-Erweiterungs-CRX-Datei herunterladen
Laden Sie Keyword Allintitle Results-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Finding the allintitle search results on Google is a tedious task. Speed up your workflow! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bcholjopcmonkanmndoenicdhdnomceb |
| Offizielle URL | https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb |
| Beschreibung | Find the allintitle search results for your keywords. |
| Dateigröße | 109 KB |
| Installationsanzahl | 176 |
| Aktuelle Version | 0.0.8 |
| Letztes Update | 2021-09-29 |
| Veröffentlichungsdatum | 2021-09-21 |
| Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
| Entwickler | xaver.fleer |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |