Redirect Google Redirects
Redirect requests to google.com/url directly
Vad är Redirect Google Redirects?
Redirect Google Redirects är en Chrome-tillägg utvecklad av graeme phillips, och dess huvudfunktion är "Redirect requests to google.com/url directly".
Ladda ner Redirect Google Redirects-förlängningens CRX-fil
Ladda ner Redirect Google Redirects-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
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äggande Information om Tillägg
| Namn | |
| ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
| Officiell webbadress | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
| Beskrivning | Redirect requests to google.com/url directly |
| Filstorlek | 6.85 KB |
| Antal Installationer | 1,281 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2015-03-15 |
| Publiceringsdatum | 2015-03-14 |
| Betyg | 4.30/5 Totalt 20 Betyg |
| Utvecklare | graeme phillips |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://github.com/graemephi/imgur-uploader/wiki |
| Stödda Språk | 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"
]
}
} | |