4chan Search Engine

A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in

Hvad er 4chan Search Engine?

4chan Search Engine er en Chrome-udvidelse udviklet af witiko, og dens hovedfunktion er "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in".

Udvidelsesskærmbilleder

screenshot

Download 4chan Search Engine-udvidelses-CRX-fil

Download 4chan Search Engine-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        You can download a userscript here: http://tiny.cc/4chanSearchEngine
Follow me on twitter: http://twitter.com/4chanScripts                    

Grundlæggende oplysninger om udvidelsen

Navn 4chan Search Engine 4chan Search Engine
ID cicbafancclcafnbhfdgbnmibmaklkao
Officiel URL https://chromewebstore.google.com/detail/4chan-search-engine/cicbafancclcafnbhfdgbnmibmaklkao
Beskrivelse A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in
Filstørrelse 194 KB
Antal Installationer 260
Nuværende Version 1.18
Senest Opdateret 2014-08-01
Udgivelsesdato 2014-08-01
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler witiko
Betalingsmetode free
Udvidelseswebsted http://userscripts.org/scripts/show/118589
Hjælpeside-URL https://twitter.com/4chanScripts
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "converted_from_user_script": true,
    "name": "4chan Search Engine",
    "author": "Witiko ",
    "description": "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in",
    "version": "1.18",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/boards.4chan.org\/",
        "https:\/\/boards.4chan.org\/",
        "http:\/\/a.4cdn.org\/",
        "https:\/\/a.4cdn.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.4chan.org\/",
                "https:\/\/www.4chan.org\/",
                "http:\/\/www.4chan.org\/#",
                "https:\/\/www.4chan.org\/#",
                "http:\/\/www.4chan.org\/?*",
                "https:\/\/www.4chan.org\/?*"
            ],
            "js": [
                "1.18.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}