Canterlot.com Extension

Accesses public content from Canterlot.com such as latest gallery images & news

Cos'è Canterlot.com Extension?

Canterlot.com Extension è un'estensione di Chrome sviluppata da https://canterlot.com, e la sua funzione principale è "Accesses public content from Canterlot.com such as latest gallery images & news".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Canterlot.com Extension

Scarica i file di estensione Canterlot.com Extension 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

                        Creates an easy to access way to view certain content from Canterlot.com such as the latest news, recent art gallery submissions and blog entries as well as easy access to our very own URL shortening service.

This extension does not require an account with Canterlot or requires you to be logged in to use. It cannot edit or submit information to Canterlot.com.
Screenshots may contain other example websites not associated with Canterlot.com or the extension, this is for example only to show that you can access the information in the extension from any location at any time.

Canterlot.com is a RolePlay focused (but not exclusively) forum and community dedicated to the My Little Pony, Friendship is Magic fandom containing art galleries, user blogs and social chat.

Updates:
v1.2 - Added user profile feeds, icons and other minor improvements.                    

Informazioni di Base sull'Estensione

Nome Canterlot.com Extension Canterlot.com Extension
ID ijdpdaepnehjoplfifhpljcanphlohbm
URL Ufficiale https://chromewebstore.google.com/detail/canterlotcom-extension/ijdpdaepnehjoplfifhpljcanphlohbm
Descrizione Accesses public content from Canterlot.com such as latest gallery images & news
Dimensione del File 20.52 KB
Conteggio Installazioni 200
Versione Corrente 1.2
Ultimo Aggiornamento 2012-08-15
Data di Pubblicazione 2012-08-15
Valutazione 4.77/5 Totale 22 Valutazioni
Sviluppatore https://canterlot.com
Tipo di Pagamento free
Sito Web dell'Estensione http://canterlot.com
Lingue Supportate en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Canterlot.com Extension",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Accesses public content from Canterlot.com such as latest gallery images & news",
    "icons": {
        "128": "CE_icon128.png"
    },
    "permissions": [
        "http:\/\/*.canterlot.com\/*",
        "https:\/\/*.canterlot.com\/*"
    ],
    "browser_action": {
        "default_icon": "CE_icon19.png",
        "default_popup": "popup.html"
    }
}