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

Τι είναι το 4chan Search Engine;

Το 4chan Search Engine είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον witiko, και η κύρια λειτουργία του είναι "A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης 4chan Search Engine

Λήψη αρχείων επέκτασης 4chan Search Engine σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα 4chan Search Engine 4chan Search Engine
ID cicbafancclcafnbhfdgbnmibmaklkao
Επίσημο URL https://chromewebstore.google.com/detail/4chan-search-engine/cicbafancclcafnbhfdgbnmibmaklkao
Περιγραφή A search engine allowing you to comb through the 4chan.org boards and filter out the results you are not interested in
Μέγεθος Αρχείου 194 KB
Αριθμός Εγκαταστάσεων 260
Τρέχουσα Έκδοση 1.18
Τελευταία Ενημέρωση 2014-08-01
Ημερομηνία Δημοσίευσης 2014-08-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής witiko
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://userscripts.org/scripts/show/118589
Διεύθυνση URL της Σελίδας Βοήθειας https://twitter.com/4chanScripts
Υποστηριζόμενες Γλώσσες 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"
        }
    ]
}