IFFR Tab

IFFR Tab will give you a beautiful new tab.

Vad är IFFR Tab?

IFFR Tab är en Chrome-tillägg utvecklad av http://iffr.com, och dess huvudfunktion är "IFFR Tab will give you a beautiful new tab.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner IFFR Tab-förlängningens CRX-fil

Ladda ner IFFR Tab-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

                        IFFR Your Tab is a browser extension that shows you a beautiful IFFR film still every time you open a new tab. Each year, IFFR screens over 500 films from all over the world. From this wide and extraordinary selection we curate the most eye-catching impressions that will pleasantly surprise you as you surf the web. Download the extension now!                    

Grundläggande Information om Tillägg

Namn IFFR Tab IFFR Tab
ID ekdimplgojbmeofokonbiabaknfgllae
Officiell webbadress https://chrome.google.com/webstore/detail/iffr-tab/ekdimplgojbmeofokonbiabaknfgllae
Beskrivning IFFR Tab will give you a beautiful new tab.
Filstorlek 26.34 KB
Antal Installationer 51
Aktuell Version 1.0.3
Senast Uppdaterad 2018-06-04
Publiceringsdatum 2018-06-04
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://iffr.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://iffr.com/en/iffr-your-tab
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IFFR Tab",
    "version": "1.0.3",
    "short_name": "IFFR Tab",
    "description": "IFFR Tab will give you a beautiful new tab.",
    "homepage_url": "https:\/\/iffr.com",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png"
    },
    "chrome_url_overrides": {
        "newtab": "tab\/redir.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "unlimitedStorage",
        "https:\/\/chrometab.iffr.com\/",
        "http:\/\/chrometab.iffr.com\/"
    ]
}