Indexer Plugin
Simple extension for rotate url's in browser.
Cos'è Indexer Plugin?
Indexer Plugin è un'estensione di Chrome sviluppata da https://banochkin.com, e la sua funzione principale è "Simple extension for rotate url's in browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Indexer Plugin
Scarica i file di estensione Indexer Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Indexer Plugin can help you with SEO & indexation in Google and Yandex. And for other things. Indexer Online: https://banochkin.com/tools/indexer/
Informazioni di Base sull'Estensione
Nome | |
ID | mlfacdmojdcloolijapaglkbmiinbion |
URL Ufficiale | https://chromewebstore.google.com/detail/indexer-plugin/mlfacdmojdcloolijapaglkbmiinbion |
Descrizione | Simple extension for rotate url's in browser. |
Dimensione del File | 12.91 KB |
Conteggio Installazioni | 218 |
Versione Corrente | 1.6.0 |
Ultimo Aggiornamento | 2023-10-16 |
Data di Pubblicazione | 2023-10-16 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://banochkin.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://banochkin.com/tools/indexer/ |
URL della Pagina di Aiuto | https://banochkin.com/contacts/ |
Lingue Supportate | 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\/" ] } |