Lovac na sendviče

Ocenite koliko je komentar na B92, N1 ili Blicu zaslužio sendviča!

What is Lovac na sendviče?

Lovac na sendviče is a Chrome extension developed by Index studios, and its main feature is "Ocenite koliko je komentar na B92, N1 ili Blicu zaslužio sendviča!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Lovac na sendviče Extension CRX File

Download Lovac na sendviče 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

                        Lovac na sendviče je Chrome ekstenzija koja omogućava da ocenite da li je komentar na B92, N1 ili Blicu plaćen, tj. da li ga je pisao stranački bot. Na komentarima na B92 i Blicu će se pojaviti dva dugmeta: "BOT!" i "nije bot", kojima možete da prijavite komentar kao originalan ili plaćen. Vaše ocene se akumuliraju i služe za praćenje stila pisanja stranačkih botova. Nakon što ocenite komentar, videćete i kako su drugi ljudi ocenili komentar.                    

Extension Basic Information

Name Lovac na sendviče Lovac na sendviče
ID cebplboeldmlomimakpfhbhojajdpaki
Official URL https://chromewebstore.google.com/detail/lovac-na-sendvi%C4%8De/cebplboeldmlomimakpfhbhojajdpaki
Description Ocenite koliko je komentar na B92, N1 ili Blicu zaslužio sendviča!
File Size 103 KB
Installation Count 78
Current Version 0.4.2
Last Updated 2016-03-23
Publish Date 2016-03-23
Rating 4.80/5 Total 25 Ratings
Developer Index studios
Payment Type free
Supported Languages sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lovac na sendvi\u010de",
    "description": "Ocenite koliko je komentar na B92, N1 ili Blicu zaslu\u017eio sendvi\u010da!",
    "version": "0.4.2",
    "manifest_version": 2,
    "icons": {
        "48": "sandwich48.png",
        "128": "sandwich128.png"
    },
    "permissions": [
        "http:\/\/46.101.172.101\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.blic.rs\/*",
                "https:\/\/www.blic.rs\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "blic.js"
            ],
            "css": [
                "blic.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.b92.net\/*",
                "https:\/\/www.b92.net\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "b92.js"
            ],
            "css": [
                "b92.css"
            ]
        },
        {
            "matches": [
                "http:\/\/www.rs.n1info.com\/*",
                "https:\/\/www.rs.n1info.com\/*",
                "http:\/\/rs.n1info.com\/*",
                "https:\/\/rs.n1info.com\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "n1.js"
            ],
            "css": [
                "n1.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}