FeedSpot Minimal

Maximize your reading area with this extension and remove ads

Vad är FeedSpot Minimal?

FeedSpot Minimal är en Chrome-tillägg utvecklad av Prashan Fernando, och dess huvudfunktion är "Maximize your reading area with this extension and remove ads".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner FeedSpot Minimal-förlängningens CRX-fil

Ladda ner FeedSpot Minimal-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Maximize your reading area with this extension and remove ads                    

Grundläggande Information om Tillägg

Namn FeedSpot Minimal FeedSpot Minimal
ID dhjjageceimmgofhkplkbdjkfablfopa
Officiell webbadress https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa
Beskrivning Maximize your reading area with this extension and remove ads
Filstorlek 36.06 KB
Antal Installationer 78
Aktuell Version 1.0
Senast Uppdaterad 2014-02-04
Publiceringsdatum 2014-02-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Prashan Fernando
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}