param appender

appends a configurable parameter to the url on url change

Qu'est-ce que param appender ?

param appender est une extension Chrome développée par stupid cat, et sa fonction principale est "appends a configurable parameter to the url on url change".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension param appender

Téléchargez les fichiers d'extension param appender 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

                        appends a configurable parameter to the url on url change. the affected urls can be specified using a regex configuration.                    

Informations de Base sur l'Extension

Nom param appender param appender
ID dpodflepnifmnifholnajjffjmkolaae
URL Officiel https://chromewebstore.google.com/detail/param-appender/dpodflepnifmnifholnajjffjmkolaae
Description appends a configurable parameter to the url on url change
Taille du Fichier 44.63 KB
Nombre d'Installations 77
Version Actuelle 1.5
Dernière Mise à Jour 2020-08-31
Date de Publication 2020-03-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur stupid cat
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "param appender",
    "short_name": "pappender",
    "version": "1.5",
    "description": "appends a configurable parameter to the url on url change",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_popup": "views\/popup.html",
        "default_icons": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_page": "views\/options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}