Indexer Plugin
Simple extension for rotate url's in browser.
What is Indexer Plugin?
Indexer Plugin is a Chrome extension developed by https://banochkin.com, and its main feature is "Simple extension for rotate url's in browser.".
Extension Screenshots
Download Indexer Plugin Extension CRX File
Download Indexer Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Indexer Plugin can help you with SEO & indexation in Google and Yandex. And for other things. Indexer Online: https://banochkin.com/tools/indexer/
Extension Basic Information
Name | |
ID | mlfacdmojdcloolijapaglkbmiinbion |
Official URL | https://chromewebstore.google.com/detail/indexer-plugin/mlfacdmojdcloolijapaglkbmiinbion |
Description | Simple extension for rotate url's in browser. |
File Size | 12.91 KB |
Installation Count | 218 |
Current Version | 1.6.0 |
Last Updated | 2023-10-16 |
Publish Date | 2023-10-16 |
Rating | 4.00/5 Total 1 Ratings |
Developer | https://banochkin.com |
[email protected] | |
Payment Type | free |
Extension Website | https://banochkin.com/tools/indexer/ |
Help Page URL | https://banochkin.com/contacts/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Indexer Plugin", "description": "Simple extension for rotate url's in browser.", "version": "1.6.0", "author": "Ruslan Banochkin", "action": { "default_icon": "indexer.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/banochkin.com\/" ] } |