Ampie
Social navigator for the web
Qu'est-ce que Ampie ?
Ampie est une extension Chrome développée par https://ampie.app, et sa fonction principale est "Social navigator for the web".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ampie
Téléchargez les fichiers d'extension Ampie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Easily see context for the page you are on, to help you dig deeper rabbit holes and discover connections you wouldn’t have discovered otherwise. On any webpage, Ampie will show you twitter and hacker news conversations mentioning it, other web pages linking to it, as well as other discussed URLs on the same domain. Ampie also lets you amplify any page so that other ampie users will see that you have been there when they visit that page.
Informations de Base sur l'Extension
Nom | Ampie |
ID | ikdgincnppajmpmnhfheflannaiapmlm |
URL Officiel | https://chromewebstore.google.com/detail/ampie/ikdgincnppajmpmnhfheflannaiapmlm |
Description | Social navigator for the web |
Taille du Fichier | 1.77 MB |
Nombre d'Installations | 305 |
Version Actuelle | 2.4.3 |
Dernière Mise à Jour | 2021-10-12 |
Date de Publication | 2019-07-21 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://ampie.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ampie.app |
URL de la Page de Politique de Confidentialité | https://posobin.com/ampie_privacy_policy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Social navigator for the web", "permissions": [ "webNavigation", "tabs", "storage", "cookies", "unlimitedStorage", "https:\/\/ampie.s3.amazonaws.com\/", "https:\/\/hacker-news.firebaseio.com\/", "https:\/\/*.ampie.app\/" ], "browser_action": { "default_popup": "popup.html" }, "name": "Ampie", "background": { "scripts": [ "out\/shared.js", "out\/bg-shared.js", "out\/background.js" ], "persistent": false }, "icons": { "32": "icons\/ampie-32.png", "48": "icons\/ampie-48.png", "96": "icons\/ampie-96.png", "128": "icons\/ampie-128.png" }, "commands": { "amplify_page": { "suggested_key": { "default": "Alt+Shift+A", "mac": "Alt+Shift+A" }, "description": "Amplify the page you are on" }, "open_page_context": { "suggested_key": { "default": "Alt+Shift+C", "mac": "Alt+Shift+C" }, "description": "Open current page context in a new tab" } }, "web_accessible_resources": [ "assets\/*" ], "manifest_version": 2, "content_security_policy": "default-src 'self'; connect-src *; script-src 'self';", "content_scripts": [ { "css": [ "assets\/content-style.css", "assets\/fonts-content-style.css" ], "matches": [ " |