Keyword Allintitle Results
Find the allintitle search results for your keywords.
Wat is Keyword Allintitle Results?
Keyword Allintitle Results is een Chrome-extensie ontwikkeld door xaver.fleer, en de belangrijkste functie is "Find the allintitle search results for your keywords.".
Extensie Screenshots
Download het CRX-bestand van de extensie Keyword Allintitle Results
Download Keyword Allintitle Results-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Finding the allintitle search results on Google is a tedious task. Speed up your workflow! Basisinformatie over de Extensie
| Naam | |
| ID | bcholjopcmonkanmndoenicdhdnomceb |
| Officiële URL | https://chromewebstore.google.com/detail/keyword-allintitle-result/bcholjopcmonkanmndoenicdhdnomceb |
| Beschrijving | Find the allintitle search results for your keywords. |
| Bestandsgrootte | 109 KB |
| Aantal Installaties | 176 |
| Huidige Versie | 0.0.8 |
| Laatst Bijgewerkt | 2021-09-29 |
| Publicatiedatum | 2021-09-21 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | xaver.fleer |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |