I Love PeakD

A Chrome Web Extension for those who love PeakD

Qu'est-ce que I Love PeakD ?

I Love PeakD est une extension Chrome développée par Michael Smith, et sa fonction principale est "A Chrome Web Extension for those who love PeakD".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension I Love PeakD

Téléchargez les fichiers d'extension I Love PeakD 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

                        This extension will redirect all hive.blog links to peakd.com.

It is for users that just LOVE the PeakD interface for Hive posts.                    

Informations de Base sur l'Extension

Nom I Love PeakD I Love PeakD
ID nnjpaiehjlcdpajkbajkkdnepdafiiaa
URL Officiel https://chromewebstore.google.com/detail/i-love-peakd/nnjpaiehjlcdpajkbajkkdnepdafiiaa
Description A Chrome Web Extension for those who love PeakD
Taille du Fichier 359 KB
Nombre d'Installations 84
Version Actuelle v1.0.0
Dernière Mise à Jour 2020-04-11
Date de Publication 2020-04-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur Michael Smith
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Love PeakD",
    "description": "A Chrome Web Extension for those who love PeakD",
    "version": "1.0.0",
    "version_name": "v1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "I Love PeakD",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}