Best Google SEO Helper
Strong Klout and Good RT.
Cos'è Best Google SEO Helper?
Best Google SEO Helper è un'estensione di Chrome sviluppata da carTurtle9, e la sua funzione principale è "Strong Klout and Good RT.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Best Google SEO Helper
Scarica i file di estensione Best Google SEO Helper 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
Check the Strong Klout and Good RT of any site on the web, right from Chrome.
Informazioni di Base sull'Estensione
Nome | Best Google SEO Helper |
ID | jhoigcpcdifaenahgkhneleghbgggfol |
URL Ufficiale | https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol |
Descrizione | Strong Klout and Good RT. |
Dimensione del File | 19.09 KB |
Conteggio Installazioni | 214 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-01-21 |
Data di Pubblicazione | 2015-01-20 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | carTurtle9 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Best Google SEO Helper", "description": "Strong Klout and Good RT.", "version": "1.2", "browser_action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "icons": { "16": "logo16x16.png", "48": "logo48x48.png", "128": "logo128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |