CriticsNet

Our tool offers you features like rating from top review sites like IMDb, Rotten Tomatoes, Metacritic, TV.com, etc.

Τι είναι το CriticsNet;

Το CriticsNet είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Our tool offers you features like rating from top review sites like IMDb, Rotten Tomatoes, Metacritic, TV.com, etc.".

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

screenshot
screenshot
screenshot

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

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

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

                        The platform can't decide what we watch. We had television for that. With consumers switching to Over the Top or streaming services like Netflix, Prime Video, Hotstar, HOOQ, etc., we don't want them to turn into our old TV set, with them pushing recommendations of what we should watch.

Take control over the content you watch. After you are paying for all of it. We will help you so that you can make an independent decision. Our tool, which is completely unaffiliated, offers you several features like rating from top review sites like IMDb, Rotten Tomatoes, Metacritic, TV.com, etc.

We are gearing up to provide you completely unbiased watch recommendations which keeps you at the center and not the platforms or content affiliations.


Key Features:
- We provide you ratings for the movies or other content you watch on streaming services like Netflix, Amazon Prime Video, Hotstar, and etc.
- Want to watch a movie but not sure about the rating, one-click on our extension helps you find it out
- Unable to decide whether to watch a movie or not, one-click on our extension helps you understand what ratings websites like IMDB, Rotten Tomatoes, etc. have to say                    

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

Όνομα CriticsNet CriticsNet
ID knjcoipeegcbkoaoclfnhjafiabfdjjg
Επίσημο URL https://chromewebstore.google.com/detail/criticsnet/knjcoipeegcbkoaoclfnhjafiabfdjjg
Περιγραφή Our tool offers you features like rating from top review sites like IMDb, Rotten Tomatoes, Metacritic, TV.com, etc.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2020-06-08
Ημερομηνία Δημοσίευσης 2020-06-07
Αξιολόγηση 3.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Unknown
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Our tool offers you features like rating from top review sites like IMDb, Rotten Tomatoes, Metacritic, TV.com, etc.",
    "version": "1.1.2",
    "name": "CriticsNet",
    "permissions": [
        "tabs",
        "http:\/\/krkmovieservice-env.eba-cemchyr5.ap-south-1.elasticbeanstalk.com\/",
        "storage"
    ],
    "icons": {
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icon-32.png",
            "64": "icon-64.png",
            "128": "icon-128.png"
        },
        "default_title": "Tentacle by Kraakn",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*",
                "https:\/\/www.hotstar.com\/*",
                "https:\/\/www.primevideo.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-32.png",
        "icon-64.png",
        "icon-128.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}