param appender
appends a configurable parameter to the url on url change
Wat is param appender?
param appender is een Chrome-extensie ontwikkeld door stupid cat, en de belangrijkste functie is "appends a configurable parameter to the url on url change".
Extensie Screenshots
Download het CRX-bestand van de extensie param appender
Download param appender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
appends a configurable parameter to the url on url change. the affected urls can be specified using a regex configuration. Basisinformatie over de Extensie
| Naam | |
| ID | dpodflepnifmnifholnajjffjmkolaae |
| Officiële URL | https://chromewebstore.google.com/detail/param-appender/dpodflepnifmnifholnajjffjmkolaae |
| Beschrijving | appends a configurable parameter to the url on url change |
| Bestandsgrootte | 44.63 KB |
| Aantal Installaties | 77 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2020-08-31 |
| Publicatiedatum | 2020-03-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | stupid cat |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |