Honest Internet

Replaces movie and actor names with their "honest" versions.

What is Honest Internet?

Honest Internet is a Chrome extension developed by spencerjgilbert, and its main feature is "Replaces movie and actor names with their "honest" versions.".

Extension Screenshots

screenshot

Download Honest Internet Extension CRX File

Download Honest Internet 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

                        Replaces movie and actor names with their "honest" versions.                    

Extension Basic Information

Name Honest Internet Honest Internet
ID gggaedhlpphijoadcbgmbmlppnldkede
Official URL https://chromewebstore.google.com/detail/honest-internet/gggaedhlpphijoadcbgmbmlppnldkede
Description Replaces movie and actor names with their "honest" versions.
File Size 21.46 KB
Installation Count 126
Current Version 1.5
Last Updated 2017-10-27
Publish Date 2017-10-27
Rating 4.97/5 Total 33 Ratings
Developer spencerjgilbert
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Honest Internet",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}