FeedSpot Minimal

Maximize your reading area with this extension and remove ads

Qu'est-ce que FeedSpot Minimal ?

FeedSpot Minimal est une extension Chrome développée par Prashan Fernando, et sa fonction principale est "Maximize your reading area with this extension and remove ads".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FeedSpot Minimal

Téléchargez les fichiers d'extension FeedSpot Minimal au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Maximize your reading area with this extension and remove ads                    

Informations de Base sur l'Extension

Nom FeedSpot Minimal FeedSpot Minimal
ID dhjjageceimmgofhkplkbdjkfablfopa
URL Officiel https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa
Description Maximize your reading area with this extension and remove ads
Taille du Fichier 36.06 KB
Nombre d'Installations 78
Version Actuelle 1.0
Dernière Mise à Jour 2014-02-04
Date de Publication 2014-02-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Prashan Fernando
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}