Chirpyest: Best Cash Back Shopping
Shop, share, and earn cash back!
What is Chirpyest: Best Cash Back Shopping?
Chirpyest: Best Cash Back Shopping is a Chrome extension developed by https://chirpyest.com, and its main feature is "Shop, share, and earn cash back!".
Extension Screenshots
Download Chirpyest: Best Cash Back Shopping Extension CRX File
Download Chirpyest: Best Cash Back Shopping 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
Earn up to 30% cash back from 1000 online retailers for shopping AND for sharing. It's simple and free. Add the Chirpyest extension to your Chrome toolbar and sign up to become a member. Then Chirpyest will find you wherever you shop. If we can get cash back for you at your favorite retailer, our little bird will turn black. All you have to do is open the extension and hit "activate cash back"! Here's the sharing part. Use our "share with friends link" tool to share your favorite products with friends or followers and you'll earn more cash back if they use your link to buy! Shop, share, and earn cash back! Chirp chirp. Get shopping!
Extension Basic Information
Name | Chirpyest: Best Cash Back Shopping |
ID | ciholhjpbfhkdgbjhdefoaiibpmkhonk |
Official URL | https://chromewebstore.google.com/detail/chirpyest-best-cash-back/ciholhjpbfhkdgbjhdefoaiibpmkhonk |
Description | Shop, share, and earn cash back! |
File Size | 1.94 MB |
Installation Count | 1,908 |
Current Version | 2.14.6 |
Last Updated | 2023-11-12 |
Publish Date | 2020-10-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://chirpyest.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.chirpyest.com |
Help Page URL | https://www.chirpyest.com/company#contact-us |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chirpyest: Best Cash Back Shopping", "version": "2.14.6", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuucJOj\/X\/JlwvsgsTdpKCc0AC5t7VPwVx7f\/bOCGa89U6n8wPj\/UDpPM1mn6Q633Vz+JvHOlmWdYNEbq8ksC\/HbXM4Ar1F+RajJC1dbjngtI6p4\/cDuJHruFoMSig6vPhW5p6XVIFWAMwNVHwbyZKdfQ7Ws5v5VmKGLGllpff6lwI0acrZWQgacn\/LzFhJrQO08Hgw3Ux2fbLmVzDHfW+3NPcJ\/KkRffy84Uinzpi7YWHx\/U\/OYl053mYFjIrRRiO7eGFHLnWV44lkQqy9YAalSZsVBXsvzjxed55tvX9OaSVEecbZPwWKxOyKwOSOdkHf6uL6eXzm3M3Pu75+zjtwIDAQAB", "description": "Shop, share, and earn cash back!", "icons": { "16": "icons\/chirpyest16x16.png", "32": "icons\/chirpyest32x32.png", "48": "icons\/chirpyest48x48.png", "128": "icons\/chirpyest128x128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "alarms", "webNavigation", "webRequest" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": false } ], "web_accessible_resources": [ "icons\/*.svg", "icons\/*.otf", "icons\/*.png", "styles\/modalReset.css" ], "browser_action": { "default_icon": { "16": "icons\/chirpyest-disabled-16x16.png", "32": "icons\/chirpyest-disabled-32x32.png", "48": "icons\/chirpyest-disabled-48x48.png", "128": "icons\/chirpyest-disabled-128x128.png" }, "default_title": "Chirpyest: Best Cash Back Shopping", "default_popup": "index.html" }, "content_security_policy": "script-src-elem 'self' 'unsafe-inline' https:\/\/static.klaviyo.com https:\/\/static-tracking.klaviyo.com; object-src 'self'" } |