UNIFIED CHALLENGES CheckPlay Tool (Flickr)
CheckPlay Tool for Flickr CHALLENGE groups
Wat is UNIFIED CHALLENGES CheckPlay Tool (Flickr)?
UNIFIED CHALLENGES CheckPlay Tool (Flickr) is een Chrome-extensie ontwikkeld door Alesa Dam, en de belangrijkste functie is "CheckPlay Tool for Flickr CHALLENGE groups".
Download het CRX-bestand van de extensie UNIFIED CHALLENGES CheckPlay Tool (Flickr)
Download UNIFIED CHALLENGES CheckPlay Tool (Flickr)-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
The script gives visual feedback on challenges in the supported Flickr Challenge Groups.
Basisinformatie over de Extensie
Naam | |
ID | ocbokinknmkiofolhjbhccbhkfpplaif |
Officiële URL | https://chrome.google.com/webstore/detail/ocbokinknmkiofolhjbhccbhkfpplaif |
Beschrijving | CheckPlay Tool for Flickr CHALLENGE groups |
Bestandsgrootte | 133 KB |
Aantal Installaties | 37 |
Huidige Versie | 3.2.10 |
Laatst Bijgewerkt | 2014-03-13 |
Publicatiedatum | 2014-03-13 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Alesa Dam |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/ |
Help Pagina-URL | http://www.flickr.com/groups/unified_checkplay/discuss/72157623600133810/ |
Ondersteunde Talen | 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" } |