FPC Notifier

Displays the current, next and following FPCs on https://scratch.mit.edu/

Cos'è FPC Notifier?

FPC Notifier è un'estensione di Chrome sviluppata da https://scratchtools.tk, e la sua funzione principale è "Displays the current, next and following FPCs on https://scratch.mit.edu/".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FPC Notifier

Scarica i file di estensione FPC Notifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension is now fully open-source on GitHub!
https://github.com/chooper100/fpc-notifier
---

Looking to get your projects curated on the home page of https://scratch.mit.edu/?

Tired of asking curators to look at your project, only to hear “Sorry, but I have chosen all my projects”?

Constantly updated by a dedicated team of scratchers you can trust, we aim to provide you the latest up-to-date information on the current, next and following front page curators, so when you come to suggest your projects to be curated, the answer will be “Awesome project! I’ll curate this!”

So what are you waiting for? Download this extension and get curated now!

Scratch is developed by the Lifelong Kindergarten Group at the MIT Media Lab. See http://scratch.mit.edu                    

Informazioni di Base sull'Estensione

Nome FPC Notifier FPC Notifier
ID idlkmohahmhohogdmdkjfnibkakgkcii
URL Ufficiale https://chromewebstore.google.com/detail/fpc-notifier/idlkmohahmhohogdmdkjfnibkakgkcii
Descrizione Displays the current, next and following FPCs on https://scratch.mit.edu/
Dimensione del File 18.44 KB
Conteggio Installazioni 62
Versione Corrente 3.0
Ultimo Aggiornamento 2017-02-12
Data di Pubblicazione 2017-02-12
Valutazione 5.00/5 Totale 11 Valutazioni
Sviluppatore https://scratchtools.tk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://scratchtools.tk/
URL della Pagina della Politica sulla Privacy http://scratchtools.tk/fpc/privacy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FPC Notifier",
    "description": "Displays the current, next and following FPCs on https:\/\/scratch.mit.edu\/",
    "version": "3.0",
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/scratchtools.tk\/"
    ]
}