Saving Private Vikipedi

There was only one site left in the web, and the mission was to save it.

Saving Private Vikipediとは何ですか?

Saving Private Vikipediはmtunadによって開発されたChromeの拡張機能で、その主な機能は「There was only one site left in the web, and the mission was to save it.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Saving Private Vikipedi拡張機能のCRXファイルをダウンロード

Saving Private Vikipedi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Wikipedia'ya erişim engellendi. https://twitter.com/btkbasin/status/858357916327432193

To save imgur, you can use this one: https://chrome.google.com/webstore/detail/gjgjgomegegkhghlafemhmnghldobcno

BTK, url filtering yapamadığı için tüm vikipediyi engellemiş. Eklentiyi kullananların yasal açıdan sorunlu sayfalara girmeyeceğine inancım olduğundan bu eklentiyi yapıp, devlet büyüklerimize yardımcı olmak istedim. Bu eklenti vikipedi'ye erişimi sağlıyor.

## Nasıl çalışıyor?
Adresi wikipedia.org'tan vikipedi.pw'ye yönlendiriyor. Henüz tr'de yasaklı olmayan mirror proxy üzerinden erişmenizi sağlıyor. Telefonda vs de tr.vikipedi.pw adresinden kullanabilirsiniz. (bkz: https://eksisozluk.com/entry/68181128)


Adresi wikipedia.org'tan vikipedi.pw'ye yönlendiriyor. Henüz tr'de yasaklı olmayan mirror proxy üzerinden erişmenizi sağlıyor. Telefonda vs de tr.vikipedi.pw adresinden kullanabilirsiniz.

= Ne dediler? =

- Bir gazetecinin "Wikipedia'ya girilmiyor" demesinin ardından Erdoğan şu ilginç sözleri söylüyor: "Ben, bu chrome eklentisi ile giriyorum, siz de girin."
- Wikipedia ne zaman açılacak, bu eklentiyi hep kullanmak zorunda mıyız sorusu üzerine Devlet Bahçeli "Merak etmeyin, onun da zamanı gelecek." dedi.
- Melih Gökçek: BU NE CESARETTİR YARABBİ...SENİ TANIMAK İSTİYORUM, YİĞİDİM...BENİ MUTLAKA ARA...
- King Dain: "Dwarves!, Defend Wikipedia or Die!"
- Liberte egalite beyonce et wikipedia. (Bordeaux'da bir duvar yazısı)

= İzinler =
1. wikipedia.org'da değişiklik yapabilme izni, url'e erişmeye çalıştığınızı görebilmek için gerekli.                    

拡張機能の基本情報

名前 Saving Private Vikipedi Saving Private Vikipedi
ID jbcbidnpdnjgghgdpheephnjcgbgiplo
公式URL https://chromewebstore.google.com/detail/saving-private-vikipedi/jbcbidnpdnjgghgdpheephnjcgbgiplo
説明 There was only one site left in the web, and the mission was to save it.
ファイルサイズ 4.91 KB
インストール数 163
現在のバージョン 1.4
最終更新日 2018-09-30
公開日 2018-09-30
評価 4.65/5 合計 20 レビュー
開発者 mtunad
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/entriol/vikipediyikurtarmak
ヘルプページのURL https://github.com/entriol/vikipediyikurtarmak
プライバシーポリシーページのURL https://github.com/mtunad/multisozlukextension/blob/master/PRIVACY.md
対応言語 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Saving Private Vikipedi",
    "version": "1.4",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/jbcbidnpdnjgghgdpheephnjcgbgiplo",
    "manifest_version": 2,
    "description": "There was only one site left in the web, and the mission was to save it.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.wikipedia.org\/"
    ],
    "background": {
        "scripts": [
            "request.js"
        ]
    }
}