Lol Searcher

Simple extension for Opera and Chrome that open a page of lol related site with a defined nickname.

Τι είναι το Lol Searcher;

Το Lol Searcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον master94ga, και η κύρια λειτουργία του είναι "Simple extension for Opera and Chrome that open a page of lol related site with a defined nickname.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Lol Searcher

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

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

                        ----NOW WITH THE POPUP!----
(Can be disabled in the options)

Description
Lol searcher is an extensions for Opera and Chrome that consist of a button that will open a page on the browser with a selected site and account. The extensions support a lot of sites (Op.gg, Lolnexus, etc...) and all the server of league of legends.
The extension is very easy to use, first to all go to options and insert your server and nickname, after just select a service and your are ready to go!
The extensions support:
-Op.gg
-LolNexus
-LolKing
-Elophant
-Quickfind
-LolSkill
-LolDb
Style and other is inspired by League of Legends site.                    

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

Όνομα Lol Searcher Lol Searcher
ID hfmninpdnackollfmmdognoedhghblld
Επίσημο URL https://chromewebstore.google.com/detail/lol-searcher/hfmninpdnackollfmmdognoedhghblld
Περιγραφή Simple extension for Opera and Chrome that open a page of lol related site with a defined nickname.
Μέγεθος Αρχείου 53.67 KB
Αριθμός Εγκαταστάσεων 75
Τρέχουσα Έκδοση 0.6
Τελευταία Ενημέρωση 2016-04-02
Ημερομηνία Δημοσίευσης 2016-04-01
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής master94ga
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.giuseppeattanasio.me/project/#project/lolsearcher
Διεύθυνση URL της Σελίδας Βοήθειας http://www.giuseppeattanasio.me/#Contact
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lol Searcher",
    "options_page": "settings.html",
    "description": "Simple extension for Opera and Chrome that open a page of lol related site with a defined nickname.",
    "version": "0.6",
    "permissions": [
        "storage",
        "http:\/\/*.op.gg\/summoner\/userName=*",
        "http:\/\/www.op.gg\/summoner\/userName=*",
        "http:\/\/www.lolnexus.com\/*",
        "http:\/\/www.lolking.net\/*",
        "http:\/\/www.elophant.com\/league-of-legends\/*",
        "http:\/\/quickfind.kassad.in\/profile\/*",
        "http:\/\/www.lolskill.net\/summoner\/*",
        "http:\/\/it.loldb.gameguyz.com\/analyze\/*"
    ],
    "icons": {
        "16": "img\/icon_16x16.png",
        "48": "img\/icon_48x48.png",
        "128": "img\/icon_128x128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48x48.png",
        "default_title": "Go to your account!",
        "default_popup": "popup.html"
    }
}