Indexmenow
Un outil d’indexation qui fonctionne vraiment sur Google !
什么是Indexmenow?
Indexmenow是由nampoinaandriamalala开发的Chrome扩展程序,该扩展的主要功能是“Un outil d’indexation qui fonctionne vraiment sur Google !”。
扩展截图
下载Indexmenow扩展crx文件
下载Indexmenow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Un outil d’indexation qui fonctionne vraiment sur Google ! Enfin un outil d’indexation qui fonctionne vraiment sur Google ! Consultez tous nos avis et testez par vous-même. C’est en moyenne 80% de pages indexées en 24h En plus, l’indexation est recréditée si votre URL n’est pas indexée sous 10 jours. 扩展基本信息
| 名称 | |
| ID | nfckflgabnpbmdefidjjhoefeackkgdl |
| 官方URL | https://chromewebstore.google.com/detail/indexmenow/nfckflgabnpbmdefidjjhoefeackkgdl |
| 简介 | Un outil d’indexation qui fonctionne vraiment sur Google ! |
| 文件大小 | 1.45 MB |
| 安装次数 | 528 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-12-18 |
| 上架时间 | 2021-12-18 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | nampoinaandriamalala |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://indexmenow.com/ |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Indexmenow",
"options_page": "options\/options.html",
"description": "Un outil d\u2019indexation qui fonctionne vraiment sur Google !",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "service_worker.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/indexmenow16.png",
"32": "\/images\/indexmenow32.png",
"48": "\/images\/indexmenow48.png",
"128": "\/images\/indexmenow128.png"
}
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"icons": {
"16": "\/images\/indexmenow16.png",
"32": "\/images\/indexmenow32.png",
"48": "\/images\/indexmenow48.png",
"128": "\/images\/indexmenow128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/js.cookie.js",
"js\/jquery.min.js",
"js\/ProBar.js"
],
"css": [
"css\/font-awesome.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*"
],
"matches": [
" | |