Redirect Google Redirects
Redirect requests to google.com/url directly
Hvad er Redirect Google Redirects?
Redirect Google Redirects er en Chrome-udvidelse udviklet af graeme phillips, og dens hovedfunktion er "Redirect requests to google.com/url directly".
Download Redirect Google Redirects-udvidelses-CRX-fil
Download Redirect Google Redirects-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension registers a webRequest listener to intercept requests made to google.com/url and redirect the request to the actual URL directly instead of through Google. This does not replace the URLs in links. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
| Officiel URL | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
| Beskrivelse | Redirect requests to google.com/url directly |
| Filstørrelse | 6.85 KB |
| Antal Installationer | 1,281 |
| Nuværende Version | 1 |
| Senest Opdateret | 2015-03-15 |
| Udgivelsesdato | 2015-03-14 |
| Bedømmelse | 4.30/5 Samlet 20 Bedømmelser |
| Udvikler | graeme phillips |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://github.com/graemephi/imgur-uploader/wiki |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Redirect Google Redirects",
"description": "Redirect requests to google.com\/url directly",
"author": "graeme phillips",
"version": "1",
"icons": {
"128": "icon.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.google.com\/url*"
],
"background": {
"scripts": [
"js\/main.js"
]
}
} | |