AI.. Just some IF statements

AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…

What is AI.. Just some IF statements?

AI.. Just some IF statements is a Chrome extension developed by Dirk Vanbeveren, and its main feature is "AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…".

Extension Screenshots

screenshot
screenshot

Download AI.. Just some IF statements Extension CRX File

Download AI.. Just some IF statements 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

                        AI.. Basically just some if statements.

This extension replaces all the occurences of "AI" on your webpage by what it actually is.. if statements. It's perfect for adding fun to reading online content about AI online.

For example you can get sentences like: A big investment firm just invested $2Bn in some IF statements. 


This app has been inspired from a post in the computer science meme group on facebook: https://www.facebook.com/groups/492568497754278/

icon by ibrandify                    

Extension Basic Information

Name AI.. Just some IF statements AI.. Just some IF statements
ID ihdinhfmngbefhhajfjankbpphnflfbd
Official URL https://chromewebstore.google.com/detail/ai-just-some-if-statement/ihdinhfmngbefhhajfjankbpphnflfbd
Description AI.. Basically just some if statements. This extension replaces all the occurences of "AI" on your webpage by what it actually…
File Size 18.67 KB
Installation Count 42
Current Version 0.3
Last Updated 2019-09-01
Publish Date 2019-08-28
Rating 4.67/5 Total 6 Ratings
Developer Dirk Vanbeveren
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AI.. Just some IF statements",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}