BFAds Count Down till BLACK FRIDAY
Count down the days left till BLACK FRIDAY deals.
Was ist BFAds Count Down till BLACK FRIDAY?
BFAds Count Down till BLACK FRIDAY ist eine Chrome-Erweiterung, die von Andy Friedl entwickelt wurde, und ihr Hauptmerkmal ist "Count down the days left till BLACK FRIDAY deals.".
Erweiterungsscreenshots
BFAds Count Down till BLACK FRIDAY-Erweiterungs-CRX-Datei herunterladen
Laden Sie BFAds Count Down till BLACK FRIDAY-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ppkegecpcnhpfacmkoconekkofnemcme |
Offizielle URL | https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme |
Beschreibung | Count down the days left till BLACK FRIDAY deals. |
Dateigröße | 502 KB |
Installationsanzahl | 31 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2016-11-26 |
Veröffentlichungsdatum | 2016-11-26 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Andy Friedl |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BFAds Count Down till BLACK FRIDAY", "version": "0.1.3", "description": "Count down the days left till BLACK FRIDAY deals.", "minimum_chrome_version": "23", "short_name": "BFAds Count Down", "icons": { "16": "bfads16.png", "48": "bfads48.png", "128": "bfads128.png" }, "permissions": [ "http:\/\/www.bfads.net\/*", "http:\/\/ajax.googleapis.com\/*", "https:\/\/cdnjs.cloudflare.com\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "bfads.png", "default_popup": "popup.html", "persistent": true } } |