SauceNAO Fetcher

Get's SauceNAO's results for an image.

What is SauceNAO Fetcher?

SauceNAO Fetcher is a Chrome extension developed by NCSGeek, and its main feature is "Get's SauceNAO's results for an image.".

Extension Screenshots

screenshot

Download SauceNAO Fetcher Extension CRX File

Download SauceNAO Fetcher 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

                        Quick extension that searches SauceNAO for an image. Uses a right-click context menu to do so. I am in no way affiliated with SauceNAO, this was a personal project for  productivity. I created this because other similar extensions were not as direct as I wanted.

You can view the Javascript of the extension locally, or if you wish, here:
https://pastebin.com/wpbPg77a                    

Extension Basic Information

Name SauceNAO Fetcher SauceNAO Fetcher
ID eencngjcaepgaaokekpnnabkecpfnchb
Official URL https://chromewebstore.google.com/detail/saucenao-fetcher/eencngjcaepgaaokekpnnabkecpfnchb
Description Get's SauceNAO's results for an image.
File Size 5.78 KB
Installation Count 3,394
Current Version 1
Last Updated 2024-02-06
Publish Date 2018-10-13
Rating 5.00/5 Total 6 Ratings
Developer NCSGeek
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Get's SauceNAO's results for an image.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "SauceNAO Fetcher",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1"
}