Furry Search

Furriest Searching Engine

Furry Search क्या है?

Furry Search Furry Search द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Furriest Searching Engine"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Furry Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Furry.la is the cutest searching engine ever!

Start your day with our searching engine home page and new tab every time you use Chrome browser. It is so cute! We will soon start our furry donation campaign.

Personal Data – No personal data is being saved. 
Search privacy – No search history is being collected.
User tracking – No tracking data is being shared

Furry.la allows you to search the web or just specific sites, using various filters such as Period, File Format and other operands.

Image Search – The Images Search lets you search and preview images from the web or specific sites. Image results can be filtered by Aspect, Color, Size, etc.

Videoe Search – With Videos Search you can search on web or specific sites, filters like Duration, Quality or Period will help you find the video you’re looking for.

News Search – Keep in touch with the latest, most relevant world and regional news, refine the news using the built-in search filters and never miss anything.

Instant Answers – With instant answers you can get results right on the results page. For example: “QR Code”, “Stopwatch”, “Time” and more.

Backgrounds – Your users will be greeted with one or more backgrounds every time they visit your website. Personalize your website and make them feel at home.

Dark Mode – Instantly change the website appearance from light to dark mode – great for low-light conditions like working on an airplane or at night.                    

एक्सटेंशन की मूल जानकारी

नाम Furry Search Furry Search
ID japnchpffflppladngaaicpagigjhapa
आधिकारिक URL https://chrome.google.com/webstore/detail/furry-search/japnchpffflppladngaaicpagigjhapa
विवरण Furriest Searching Engine
फ़ाइल का आकार 52.57 KB
स्थापना संख्या 62
वर्तमान संस्करण 2021.4.13
अंतिम अपडेट 2021-04-14
प्रकाशन तिथि 2021-04-13
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर Furry Search
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://furry.la
गोपनीयता नीति पृष्ठ URL https://furry.la/info/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Furry Search",
    "description": "Furriest Searching Engine",
    "default_locale": "en",
    "version": "2021.4.13",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "omnibox": {
        "keyword": "furry"
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "homepage": "https:\/\/furry.la",
            "favicon_url": "https:\/\/furry.la\/favicon.ico",
            "is_default": true,
            "keyword": "furry.la",
            "name": "Furry",
            "search_url": "https:\/\/furry.la\/web?q={searchTerms}",
            "suggest_url": "https:\/\/furry.la\/web?q="
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "\/web_accessible_resources\/*"
    ]
}