OpenURL

Open Stack Overflow website everyday to become Fanatic!

What is OpenURL?

OpenURL is a Chrome extension developed by https://www.fulck.com, and its main feature is "Open Stack Overflow website everyday to become Fanatic!".

Extension Screenshots

screenshot

Download OpenURL Extension CRX File

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

                        Visit the StackOverflow site each day for 100 consecutive days and you will get your golden (Fanatic) badge after 100 days without effort. Use It Don't Abuse It.                    

Extension Basic Information

Name OpenURL OpenURL
ID nhkbljfmbgjcmcgbphkjodebgiacjdcd
Official URL https://chrome.google.com/webstore/detail/nhkbljfmbgjcmcgbphkjodebgiacjdcd
Description Open Stack Overflow website everyday to become Fanatic!
File Size 37.81 KB
Installation Count 23
Current Version 0.1.2
Last Updated 2019-05-02
Publish Date 2019-05-02
Developer https://www.fulck.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OpenURL",
    "short_name": "Fanatic",
    "description": "Open Stack Overflow website everyday to become Fanatic!",
    "version": "0.1.2",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": "york.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": []
}