CrazyBlindDate Decrazifier

Unscramble OkCupid's CrazyBlindDate avatars.

Wat is CrazyBlindDate Decrazifier?

CrazyBlindDate Decrazifier is een Chrome-extensie ontwikkeld door http://decrazifier.com, en de belangrijkste functie is "Unscramble OkCupid's CrazyBlindDate avatars.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CrazyBlindDate Decrazifier

Download CrazyBlindDate Decrazifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Automagically unscramble OkCupid's CrazyBlindDate avatars and save yourself from a date with a psycho killer.                    

Basisinformatie over de Extensie

Naam CrazyBlindDate Decrazifier CrazyBlindDate Decrazifier
ID nibpicfplekdedhckeacidcpmdmhfgmg
Officiële URL https://chrome.google.com/webstore/detail/crazyblinddate-decrazifie/nibpicfplekdedhckeacidcpmdmhfgmg
Beschrijving Unscramble OkCupid's CrazyBlindDate avatars.
Bestandsgrootte 127 KB
Aantal Installaties 18
Huidige Versie 1.0.3
Laatst Bijgewerkt 2013-02-15
Publicatiedatum 2013-02-15
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar http://decrazifier.com
Betalingswijze free
Extensiewebsite http://decrazifier.com
Help Pagina-URL http://decrazifier.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CrazyBlindDate Decrazifier",
    "version": "1.0.3",
    "description": "Unscramble OkCupid's CrazyBlindDate avatars.",
    "permissions": [
        "tabs",
        "windows",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "CrazyBlindDate Decrazifier",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.9.0.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2
}