MagicNumbers

Find&Preview your magic number with this extension!

What is MagicNumbers?

MagicNumbers is a Chrome extension developed by underscorestarchaser, and its main feature is "Find&Preview your magic number with this extension!".

Extension Screenshots

screenshot
screenshot

Download MagicNumbers Extension CRX File

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

                        Are you bored? 
CTRL+C and CTRL+V too much time
Now it easy!
You only highlight some magicnumber and right click now you can "warp" to nhentai or you can doubleclick on magicnumber to preview it <3                    

Extension Basic Information

Name MagicNumbers MagicNumbers
ID eachmpbcaoeffcmbeokmafkgdaffedpi
Official URL https://chrome.google.com/webstore/detail/magicnumbers/eachmpbcaoeffcmbeokmafkgdaffedpi
Description Find&Preview your magic number with this extension!
File Size 56.42 KB
Installation Count 162
Current Version 1.0
Last Updated 2020-04-02
Publish Date 2020-03-31
Rating 5.00/5 Total 3 Ratings
Developer underscorestarchaser
Payment Type free
Extension Website http://starchaser.me/magic_numbers
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MagicNumbers",
    "description": "Find&Preview your magic number with this extension!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}