Discount Code Finder
Automatically find discount codes for the sites you're visiting!
Hvad er Discount Code Finder?
Discount Code Finder er en Chrome-udvidelse udviklet af http://www.voucherhit.co.uk, og dens hovedfunktion er "Automatically find discount codes for the sites you're visiting!".
Udvidelsesskærmbilleder
Download Discount Code Finder-udvidelses-CRX-fil
Download Discount Code Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Visit the stores you love and find great discount codes and deals automatically from Chrome!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gphhbidkollbkiflljmlgkdafceahjcp |
Officiel URL | https://chrome.google.com/webstore/detail/discount-code-finder/gphhbidkollbkiflljmlgkdafceahjcp |
Beskrivelse | Automatically find discount codes for the sites you're visiting! |
Filstørrelse | 45.31 KB |
Antal Installationer | 181 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-01-13 |
Udgivelsesdato | 2017-01-13 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | http://www.voucherhit.co.uk |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://www.voucherhit.co.uk |
URL til Fortrolighedspolitik Side | http://www.discountcodehunter.co.uk/privacy.php |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discount Code Finder", "description": "Automatically find discount codes for the sites you're visiting!", "version": "1.1", "offline_enabled": true, "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_idle", "all_frames": false } ], "page_action": { "default_title": "DealFeed", "default_popup": "popup.html" } } |