Brevis
URL shortener with no ads or cookies.
Vad är Brevis?
Brevis är en Chrome-tillägg utvecklad av https://brevis.wtf, och dess huvudfunktion är "URL shortener with no ads or cookies.".
Tilläggsskärmbilder
Ladda ner Brevis-förlängningens CRX-fil
Ladda ner Brevis-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        One click URL shortening.  Shortens URL and copies it to clipboard by clicking the icon.  URLs which have already been shortened will show the 4 character code on the icon upon loading the page.                     Grundläggande Information om Tillägg
| Namn |  | 
| ID | khinkohbpjjnhhoidkkmfmopeeloifnj | 
| Officiell webbadress | https://chromewebstore.google.com/detail/brevis/khinkohbpjjnhhoidkkmfmopeeloifnj | 
| Beskrivning | URL shortener with no ads or cookies. | 
| Filstorlek | 17.33 KB | 
| Antal Installationer | 15 | 
| Aktuell Version | 1.0.6 | 
| Senast Uppdaterad | 2023-03-19 | 
| Publiceringsdatum | 2020-03-17 | 
| Utvecklare | https://brevis.wtf | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://brevis.wtf/ | 
| Stödda Språk | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brevis",
    "version": "1.0.6",
    "description": "URL shortener with no ads or cookies.",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png",
        "192": "images\/icon192.png"
    },
    "action": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
} | |