IFFR Tab
IFFR Tab will give you a beautiful new tab.
Was ist IFFR Tab?
IFFR Tab ist eine Chrome-Erweiterung, die von http://iffr.com entwickelt wurde, und ihr Hauptmerkmal ist "IFFR Tab will give you a beautiful new tab.".
Erweiterungsscreenshots
IFFR Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie IFFR Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ekdimplgojbmeofokonbiabaknfgllae |
Offizielle URL | https://chrome.google.com/webstore/detail/iffr-tab/ekdimplgojbmeofokonbiabaknfgllae |
Beschreibung | IFFR Tab will give you a beautiful new tab. |
Dateigröße | 26.34 KB |
Installationsanzahl | 51 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2018-06-04 |
Veröffentlichungsdatum | 2018-06-04 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://iffr.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://iffr.com/en/iffr-your-tab |
Unterstützte Sprachen | 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\/" ] } |