Chrome Is Burning

a Tinder extension

Τι είναι το Chrome Is Burning;

Το Chrome Is Burning είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον xmondox, και η κύρια λειτουργία του είναι "a Tinder extension".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        swipe better - tinder on the desktop

shows all the profile pics and bio at the same time, letting you make the most of your limited likes 

swipe matches, view and message matches, view and rate moments and see who has liked the moments that you've posted. automatically pull updates or go into manual mode and only update when you command it

focused on accessibility - most actions have shortcuts, great for those who struggle to use a touch screen or mouse

authenticates thru facebook (just like Tinder)

Attributions for images are listed in the included license.txt file

note: the tinder api has changed so the "last activity" times are no longer working                    

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

Όνομα Chrome Is Burning Chrome Is Burning
ID fbppafnlffdgnppbhpnlclnfmenolaho
Επίσημο URL https://chrome.google.com/webstore/detail/chrome-is-burning/fbppafnlffdgnppbhpnlclnfmenolaho
Περιγραφή a Tinder extension
Μέγεθος Αρχείου 147 KB
Αριθμός Εγκαταστάσεων 227
Τρέχουσα Έκδοση 0.99.19
Τελευταία Ενημέρωση 2017-06-24
Ημερομηνία Δημοσίευσης 2017-06-24
Αξιολόγηση 2.55/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής xmondox
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://chromeisburning.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "app\/js\/background.js",
            "vendor\/dojo.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_title": "Chrome Is Burning"
    },
    "content_scripts": [
        {
            "include_globs": [
                "*client_id=464891386855067*",
                "*api_key=464891386855067*",
                "*464891386855067*redirect_uri=fbconnect%3A%2F%2Fsuccess*",
                "*redirect_uri=fbconnect%3A%2F%2Fsuccess*464891386855067*"
            ],
            "js": [
                "vendor\/jquery.min.js",
                "app\/js\/facebook.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/v2.0\/dialog\/oauth*",
                "https:\/\/m.facebook.com\/v2.0\/dialog\/oauth*"
            ],
            "run_at": "document_start"
        },
        {
            "include_globs": [
                "*"
            ],
            "js": [
                "app\/js\/burning.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/chromeisburning.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "a Tinder extension",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxoEXJ6kFvAtWuiJa1aXVcNtldxUO1u66pNzf8E0E1bnmrDkcbIlEqOvZYH9vHL3oRTOk0YedWeCHm4YR8zAxFRo5H+hLww8LRx7+goH+F2jqYlZMzyA5zyt3MCKWAlsb5780bzKhZ5C31D5msIeVV4QAkryrD4rvE\/\/mY3ftK9KfdL3QLdLQyPzYazACHhThaJoXZpZgO+56Ii7TOGfGhWY9PXcWD5FrFLGV2eAkTEBYolOb6kEd1RZHvaR57G1W0moelqhJG6Tlv+e3f\/\/Pa3CAMGvwLSCZ+5+G9PvN2lL0n6\/V4i7k+iC2H78h4C5uKWvsN3APh6eRUgqmuYNZfwIDAQAB",
    "manifest_version": 2,
    "name": "Chrome Is Burning",
    "short_name": "cr.is.burning",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.chromeisburning.com\/*",
        "*:\/\/*.gotinder.com\/*",
        "unlimitedStorage",
        "*:\/\/*.facebook.com\/v2.0\/dialog\/oauth?*api_key=464891386855067*",
        "*:\/\/*.facebook.com\/v2.0\/dialog\/oauth?*client_id=464891386855067*",
        "notifications"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.chromeisburning.com\/*"
        ]
    },
    "version": "0.99.19"
}