Fake News Editor

Create fake news easily

What is Fake News Editor?

Fake News Editor is a Chrome extension developed by Pregnantboy, and its main feature is "Create fake news easily".

Extension Screenshots

screenshot
screenshot

Download Fake News Editor Extension CRX File

Download Fake News Editor 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

                        Toggle shortcut:
Ctrl + Shift + E (Windows)
Cmd + Shift + E (Mac)

Experimental features can be enabled from options.


Icons made by Smashicons from www.flaticon.com                    

Extension Basic Information

Name Fake News Editor Fake News Editor
ID ooohdflhhmjajpedpfjmafbaemhdaoem
Official URL https://chromewebstore.google.com/detail/fake-news-editor/ooohdflhhmjajpedpfjmafbaemhdaoem
Description Create fake news easily
File Size 22.97 KB
Installation Count 150
Current Version 2.0.0
Last Updated 2019-01-06
Publish Date 2019-01-06
Rating 5.00/5 Total 3 Ratings
Developer Pregnantboy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake News Editor",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Create fake news easily",
    "icons": {
        "16": "icons\/edit-color-16.png",
        "32": "icons\/edit-color-32.png",
        "64": "icons\/edit-color-64.png",
        "128": "icons\/edit-color-128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/edit-black-32.png"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardRead"
    ],
    "commands": {
        "toggle_edit_mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "mac": "Command+Shift+E"
            },
            "description": "toggle edit mode"
        }
    },
    "web_accessible_resources": [
        "src\/cursor.png",
        "src\/cursor-32.png"
    ]
}