Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "RiteTag", "short_name": "RiteTag: Hashtag Generator", "description": "Get hashtag suggestions for images and texts on any site (great for Instagram, Pinterest, Twitter, Facebook, LinkedIn).", "version": "2.5.1", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png", "256": "images\/icon-256.png" }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "RiteTag" }, "web_accessible_resources": [ { "resources": [ "images\/*", "fonts\/*" ], "matches": [ "<all_urls>" ] } ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/modal.js" ], "css": [ "css\/chrome.css" ], "all_frames": true } ], "permissions": [ "storage", "tabs", "activeTab", "contextMenus", "notifications" ], "host_permissions": [ "https:\/\/ritetag.com\/*" ] }