Etsy Quick Hearts
Hearts everything on a single page. Share the love.
What is Etsy Quick Hearts?
Etsy Quick Hearts is a Chrome extension developed by Program3r, and its main feature is "Hearts everything on a single page. Share the love.".
Extension Screenshots
Download Etsy Quick Hearts Extension CRX File
Download Etsy Quick Hearts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Go to any shop on Etsy and press the heart button that appears on the lower left of the screen. It will heart everything on the page for you, including the shop itself.
Extension Basic Information
Name | Etsy Quick Hearts |
ID | ogpfkikneiclkipmlgecjldkppgkgpde |
Official URL | https://chromewebstore.google.com/detail/etsy-quick-hearts/ogpfkikneiclkipmlgecjldkppgkgpde |
Description | Hearts everything on a single page. Share the love. |
File Size | 700 KB |
Installation Count | 19 |
Current Version | 0.1.4 |
Last Updated | 2016-06-10 |
Publish Date | 2016-06-09 |
Rating | 2.86/5 Total 7 Ratings |
Developer | Program3r |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://justtagit.com/page/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Etsy Quick Hearts", "version": "0.1.4", "manifest_version": 2, "description": "Hearts everything on a single page. Share the love.", "homepage_url": "http:\/\/clode.me", "icons": { "16": "public\/icons\/icon16.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.etsy.com\/shop\/*" ], "js": [ "public\/meteor_runtime.js", "packages\/underscore.js", "packages\/meteor.js", "packages\/clode_chrome-extension.js", "packages\/clode_famous.js", "packages\/clode_famous-dom-promise.js", "packages\/webapp.js", "packages\/tracker.js", "packages\/deps.js", "packages\/htmljs.js", "packages\/jquery.js", "packages\/json.js", "packages\/base64.js", "packages\/ejson.js", "packages\/id-map.js", "packages\/ordered-dict.js", "packages\/random.js", "packages\/geojson-utils.js", "packages\/minimongo.js", "packages\/observe-sequence.js", "packages\/reactive-var.js", "packages\/blaze.js", "packages\/templating.js", "packages\/spacebars.js", "packages\/ui.js", "packages\/reactive-dict.js", "packages\/session.js", "packages\/check.js", "packages\/launch-screen.js", "packages\/global-imports.js", "client\/hello.js" ] }, { "matches": [ "https:\/\/www.etsy.com\/shop\/*" ], "css": [ "dcd70638aa389be0bdb06c1751d4cd62e13db757.css" ] } ] } |