Picarto Link Warning Redirect
Skip the warning page from picarto.tv when clicking links in chat
Vad är Picarto Link Warning Redirect?
Picarto Link Warning Redirect är en Chrome-tillägg utvecklad av Silari, och dess huvudfunktion är "Skip the warning page from picarto.tv when clicking links in chat".
Tilläggsskärmbilder
Ladda ner Picarto Link Warning Redirect-förlängningens CRX-fil
Ladda ner Picarto Link Warning Redirect-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
Automatically redirects any clicked links in a picarto.tv chat from the picarto outgoing link warning page to the original URL. Update 1.0.1 adds www.picarto.tv URLs to the permissions due to picarto changing the URL of their warning page.
Grundläggande Information om Tillägg
Namn | Picarto Link Warning Redirect |
ID | iolbllbmkpecgjmdhflgnmhdijgjfhbh |
Officiell webbadress | https://chromewebstore.google.com/detail/picarto-link-warning-redi/iolbllbmkpecgjmdhflgnmhdijgjfhbh |
Beskrivning | Skip the warning page from picarto.tv when clicking links in chat |
Filstorlek | 6.65 KB |
Antal Installationer | 96 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2021-04-10 |
Publiceringsdatum | 2019-01-13 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Silari |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Picarto Link Warning Redirect", "description": "Skip the warning page from picarto.tv when clicking links in chat", "version": "1.0.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/picarto.tv\/*", "*:\/\/www.picarto.tv\/*" ] } |