Best Google SEO Helper
Strong Klout and Good RT.
What is Best Google SEO Helper?
Best Google SEO Helper is a Chrome extension developed by carTurtle9, and its main feature is "Strong Klout and Good RT.".
Extension Screenshots
Download Best Google SEO Helper Extension CRX File
Download Best Google SEO Helper 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
Check the Strong Klout and Good RT of any site on the web, right from Chrome.
Extension Basic Information
Name | Best Google SEO Helper |
ID | jhoigcpcdifaenahgkhneleghbgggfol |
Official URL | https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol |
Description | Strong Klout and Good RT. |
File Size | 19.09 KB |
Installation Count | 214 |
Current Version | 1.2 |
Last Updated | 2015-01-21 |
Publish Date | 2015-01-20 |
Rating | 4.20/5 Total 5 Ratings |
Developer | carTurtle9 |
Payment Type | free |
Supported Languages | 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" ] } ] } |