Shakespeare AI
Shakespeaere AI Extension
What is Shakespeare AI?
Shakespeare AI is a Chrome extension developed by https://shakespeare.ai, and its main feature is "Shakespeaere AI Extension".
Extension Screenshots
Download Shakespeare AI Extension CRX File
Download Shakespeare AI 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
This extension serves as a tool for Shakespeare users to create ad groups in which they'd like to create copy for using our generative AI solution.
Extension Basic Information
Name | Shakespeare AI |
ID | lfmpllalnonamhdnepkhkggljglejlng |
Official URL | https://chromewebstore.google.com/detail/shakespeare-ai/lfmpllalnonamhdnepkhkggljglejlng |
Description | Shakespeaere AI Extension |
File Size | 20.98 KB |
Installation Count | 82 |
Current Version | 5.0 |
Last Updated | 2023-03-14 |
Publish Date | 2023-02-18 |
Developer | https://shakespeare.ai |
[email protected] | |
Payment Type | free |
Extension Website | https://www.shakespeare.ai/ |
Help Page URL | https://www.shakespeare.ai/help-and-support/ |
Privacy Policy Page URL | https://www.shakespeare.ai/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shakespeare AI", "description": "Shakespeaere AI Extension", "version": "5.0", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/ads.google.com\/*", "https:\/\/business.facebook.com\/*" ], "js": [ ".\/content.js" ], "css": [ ".\/content.css" ], "run_at": "document_start" } ], "icons": { "16": "\/images\/shakespeare-img.png", "32": "\/images\/shakespeare-img.png", "48": "\/images\/shakespeare-img.png", "128": "\/images\/shakespeare-img.png" }, "web_accessible_resources": [ { "resources": [ "\/images\/g-loader.svg", "\/images\/shakepeare-icon.svg", "\/images\/shakespeare-img.png", "\/images\/extension-img.png" ], "matches": [ "https:\/\/ads.google.com\/*", "https:\/\/business.facebook.com\/*" ], "use_dynamic_url": true } ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/localhost:4200\/*", "https:\/\/*.shakespeare.ai\/*", "https:\/\/business.facebook.com\/*" ] } } |