UNIFIED CHALLENGES CheckPlay Tool (Flickr)

CheckPlay Tool for Flickr CHALLENGE groups

Hvad er UNIFIED CHALLENGES CheckPlay Tool (Flickr)?

UNIFIED CHALLENGES CheckPlay Tool (Flickr) er en Chrome-udvidelse udviklet af Alesa Dam, og dens hovedfunktion er "CheckPlay Tool for Flickr CHALLENGE groups".

Download UNIFIED CHALLENGES CheckPlay Tool (Flickr)-udvidelses-CRX-fil

Download UNIFIED CHALLENGES CheckPlay Tool (Flickr)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The script gives visual feedback on challenges in the supported Flickr Challenge Groups.                    

Grundlæggende oplysninger om udvidelsen

Navn UNIFIED CHALLENGES CheckPlay Tool (Flickr) UNIFIED CHALLENGES CheckPlay Tool (Flickr)
ID ocbokinknmkiofolhjbhccbhkfpplaif
Officiel URL https://chrome.google.com/webstore/detail/ocbokinknmkiofolhjbhccbhkfpplaif
Beskrivelse CheckPlay Tool for Flickr CHALLENGE groups
Filstørrelse 133 KB
Antal Installationer 37
Nuværende Version 3.2.10
Senest Opdateret 2014-03-13
Udgivelsesdato 2014-03-13
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler Alesa Dam
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/
Hjælpeside-URL http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UNIFIED CHALLENGES CheckPlay Tool (Flickr)",
    "version": "3.2.10",
    "description": "CheckPlay Tool for Flickr CHALLENGE groups",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/mootools-1.2.5-core-yc.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/paypal.png",
        "images\/amazon.png",
        "images\/bitcoin.png",
        "images\/pulser2.gif",
        "images\/icon_check_small.png",
        "images\/icon_error_x_small.png",
        "images\/icon_check.png"
    ],
    "homepage_url": "http:\/\/www.flickr.com\/groups\/unified_checkplay\/discuss\/72157623600133810\/",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.flickr.com\/groups\/*\/discuss\/*",
                "https:\/\/*.flickr.com\/groups\/*\/discuss\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.flickr.com\/*\/?search*",
                "https:\/\/*.flickr.com\/*\/?search*"
            ],
            "js": [
                "scripts\/mootools-1.2.5-core-yc.js",
                "scripts\/ucp_greasemonkey_layer.js",
                "scripts\/unified_challenges_check.user.js"
            ]
        }
    ],
    "run_at": "document_end"
}