FeedSpot Minimal
Maximize your reading area with this extension and remove ads
Cos'è FeedSpot Minimal?
FeedSpot Minimal è un'estensione di Chrome sviluppata da Prashan Fernando, e la sua funzione principale è "Maximize your reading area with this extension and remove ads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FeedSpot Minimal
Scarica i file di estensione FeedSpot Minimal 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
                        Maximize your reading area with this extension and remove ads                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | dhjjageceimmgofhkplkbdjkfablfopa | 
| URL Ufficiale | https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa | 
| Descrizione | Maximize your reading area with this extension and remove ads | 
| Dimensione del File | 36.06 KB | 
| Conteggio Installazioni | 78 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2014-02-04 | 
| Data di Pubblicazione | 2014-02-03 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | Prashan Fernando | 
| Tipo di Pagamento | free | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FeedSpot Minimal",
    "description": "Maximize your reading area with this extension and remove ads",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.feedspot.com\/*",
                "http:\/\/feedspot.com\/*",
                "https:\/\/*.feedspot.com\/*",
                "https:\/\/feedspot.com\/*"
            ],
            "js": [
                "jquery-2.1.0.min.js",
                "script.min.js"
            ],
            "css": [
                "minimal.min.css"
            ]
        }
    ]
}  |  |