Patched Tomatoes

Fixes Rotten Tomatoes.

Τι είναι το Patched Tomatoes;

Το Patched Tomatoes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://mknepprath.com, και η κύρια λειτουργία του είναι "Fixes Rotten Tomatoes.".

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

screenshot

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

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

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

                        Patched Tomatoes replaces the Tomatometer score on Rotten Tomatoes with the Critics' Average Rating. It does the same for the Audience Score. The Tomatometer score is calculated in a misleading way, so this extension aims to fix that.                    

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

Όνομα Patched Tomatoes Patched Tomatoes
ID daceaaccoiggipikdodkejceenipddop
Επίσημο URL https://chrome.google.com/webstore/detail/patched-tomatoes/daceaaccoiggipikdodkejceenipddop
Περιγραφή Fixes Rotten Tomatoes.
Μέγεθος Αρχείου 37.65 KB
Αριθμός Εγκαταστάσεων 20
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2016-08-19
Ημερομηνία Δημοσίευσης 2016-08-19
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής http://mknepprath.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Patched Tomatoes",
    "version": "0.0.0.2",
    "description": "Fixes Rotten Tomatoes.",
    "icons": {
        "16": "patched-icon.png",
        "48": "patched-icon.png",
        "128": "patched-icon.png"
    },
    "browser_action": {
        "default_icon": "patched-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.rottentomatoes.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.js",
                "event.js"
            ]
        }
    ],
    "permissions": [
        ""
    ]
}