Imgur and Wikipedia Bypass
It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.
Τι είναι το Imgur and Wikipedia Bypass;
Το Imgur and Wikipedia Bypass είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Burak Saruhan, και η κύρια λειτουργία του είναι "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Imgur and Wikipedia Bypass
Λήψη αρχείων επέκτασης Imgur and Wikipedia Bypass σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is used primarily to bypass the blocking of Wikipedia, Imgur and Pastebin in Turkey. It uses the portals Zwikipedia, Imgurp and Pastebinp to bypass. No additional VPN etc. will be used, and so this is fully legal. It is open source, and you can see the code for yourself here; https://github.com/buraksaruhan/ImgurWikiExtension
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dimjgeciipdhombbniicdbpejmclfeof |
Επίσημο URL | https://chrome.google.com/webstore/detail/imgur-and-wikipedia-bypas/dimjgeciipdhombbniicdbpejmclfeof |
Περιγραφή | It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey. |
Μέγεθος Αρχείου | 978 KB |
Αριθμός Εγκαταστάσεων | 32 |
Τρέχουσα Έκδοση | 0.3 |
Τελευταία Ενημέρωση | 2019-08-25 |
Ημερομηνία Δημοσίευσης | 2019-08-25 |
Αξιολόγηση | 4.83/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Burak Saruhan |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur and Wikipedia Bypass", "description": "It is used primarily to bypass the blocking of Wikipedia and Imgur in Turkey.", "version": "0.3", "author": "Burak Saruhan", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ] } |