ShopifyNerds app and theme detector
Want to kno what theme or app a store is running? Relax, we got this
What is ShopifyNerds app and theme detector?
ShopifyNerds app and theme detector is a Chrome extension developed by ShopifyNerds, and its main feature is "Want to kno what theme or app a store is running? Relax, we got this".
Extension Screenshots
Download ShopifyNerds app and theme detector Extension CRX File
Download ShopifyNerds app and theme detector 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
Have you ever been on a Shopify store and you wanted to know what they were using? Maybe it was an app or maybe it was their theme. Well ShopifyNerds has you covered! We'll be updating this free tool often so you'll be able to get a leg up on the competition!
Extension Basic Information
Name | ShopifyNerds app and theme detector |
ID | plnaopngjldoddagichpcpcafkcbbpck |
Official URL | https://chromewebstore.google.com/detail/shopifynerds-app-and-them/plnaopngjldoddagichpcpcafkcbbpck |
Description | Want to kno what theme or app a store is running? Relax, we got this |
File Size | 124 KB |
Installation Count | 606 |
Current Version | 1.0 |
Last Updated | 2019-01-30 |
Publish Date | 2019-01-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ShopifyNerds |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShopifyNerds app and theme detector", "description": "Want to kno what theme or app a store is running? Relax, we got this", "version": "1.0", "author": "ShopifyNerds", "homepage_url": "https:\/\/shopifynerds.com\/detector", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon-disabled.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "data\/shopify_apps.js", "data\/shopify_themes.js", "js\/detector.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "lib\/zepto\/zepto.min.js", "js\/sad.js", "js\/content.js" ], "run_at": "document_end" } ] } |