Betteridgerator

Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.

What is Betteridgerator?

Betteridgerator is a Chrome extension developed by https://everythingisfilm.com, and its main feature is "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.".

Extension Screenshots

screenshot

Download Betteridgerator Extension CRX File

Download Betteridgerator 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

                        This app adds no to the end of headlines with question marks in them.                    

Extension Basic Information

Name Betteridgerator Betteridgerator
ID algibpjejkgahhcbpocckhinpbgacagm
Official URL https://chromewebstore.google.com/detail/betteridgerator/algibpjejkgahhcbpocckhinpbgacagm
Description Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.
File Size 147 KB
Installation Count 44
Current Version 1.1.1
Last Updated 2015-11-06
Publish Date 2015-11-06
Rating 4.00/5 Total 2 Ratings
Developer https://everythingisfilm.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Betteridgerator",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Betteridge's Law of Headlines states that if a headline ends in a question mark, the answer is no.",
    "homepage_url": "http:\/\/everythingisfilm.com",
    "author": "Michael Morgenstern",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ],
            "all_frames": true
        }
    ]
}