I Heart What I See
Every heart is a heart and when you see a heart you heart the heart.
Qu'est-ce que I Heart What I See ?
I Heart What I See est une extension Chrome développée par https://sklise.com, et sa fonction principale est "Every heart is a heart and when you see a heart you heart the heart.".
Télécharger le fichier CRX de l'extension I Heart What I See
Téléchargez les fichiers d'extension I Heart What I See 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
Every time you see a heart on Twitter, you heart that heart.
Informations de Base sur l'Extension
Nom | |
ID | khfbfkgknmbadpikekmpndghbmpeemeh |
URL Officiel | https://chrome.google.com/webstore/detail/i-heart-what-i-see/khfbfkgknmbadpikekmpndghbmpeemeh |
Description | Every heart is a heart and when you see a heart you heart the heart. |
Taille du Fichier | 49.79 KB |
Nombre d'Installations | 32 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2015-11-06 |
Date de Publication | 2015-11-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://sklise.com |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sklise/i-heart-what-i-see |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "I Heart What I See", "version": "0.1.1", "manifest_version": 2, "description": "Every heart is a heart and when you see a heart you heart the heart.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |