BFAds Count Down till BLACK FRIDAY
Count down the days left till BLACK FRIDAY deals.
Wat is BFAds Count Down till BLACK FRIDAY?
BFAds Count Down till BLACK FRIDAY is een Chrome-extensie ontwikkeld door Andy Friedl, en de belangrijkste functie is "Count down the days left till BLACK FRIDAY deals.".
Extensie Screenshots
Download het CRX-bestand van de extensie BFAds Count Down till BLACK FRIDAY
Download BFAds Count Down till BLACK FRIDAY-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ppkegecpcnhpfacmkoconekkofnemcme |
Officiële URL | https://chromewebstore.google.com/detail/bfads-count-down-till-bla/ppkegecpcnhpfacmkoconekkofnemcme |
Beschrijving | Count down the days left till BLACK FRIDAY deals. |
Bestandsgrootte | 502 KB |
Aantal Installaties | 31 |
Huidige Versie | 0.1.3 |
Laatst Bijgewerkt | 2016-11-26 |
Publicatiedatum | 2016-11-26 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Andy Friedl |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |