Wikipedia Açıcı

Engellenen Wikipedia adreslerinin tümünü sorunsuzca kullanmanızı sağlayan çok küçük bir eklenti.

Qu'est-ce que Wikipedia Açıcı ?

Wikipedia Açıcı est une extension Chrome développée par Burak Karakan, et sa fonction principale est "Engellenen Wikipedia adreslerinin tümünü sorunsuzca kullanmanızı sağlayan çok küçük bir eklenti.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wikipedia Açıcı

Téléchargez les fichiers d'extension Wikipedia Açıcı au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bu eklenti, Türkiye üzerinde engelli olan Wikipedia adreslerine sorunsuzca girilmesini sağlar. Eklenti temelde "wikipedia.org" adreslerini "0wikipedia.org" olanlar ile değiştirir, bu sayede sorunsuzca Wikipedia üzerinde dolaşmanıza izin verir. Boyutu çok küçük olan bu eklenti, bilgisayarınızı ve tarayıcınızı yavaşlatmaz, yalnızca Wikipedia adresleri üzerinde çalışır.                    

Informations de Base sur l'Extension

Nom Wikipedia Açıcı Wikipedia Açıcı
ID fgahdplpgmaoalaececccdphcmbinjog
URL Officiel https://chromewebstore.google.com/detail/wikipedia-a%C3%A7%C4%B1c%C4%B1/fgahdplpgmaoalaececccdphcmbinjog
Description Engellenen Wikipedia adreslerinin tümünü sorunsuzca kullanmanızı sağlayan çok küçük bir eklenti.
Taille du Fichier 20.42 KB
Nombre d'Installations 121
Version Actuelle 0.1.0
Dernière Mise à Jour 2017-08-02
Date de Publication 2017-07-14
Évaluation 5.00/5 Total 7 Évaluations
Développeur Burak Karakan
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://github.com/karakanb/devo/blob/master/privacy_policy.md
Langues Prises en Charge tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia A\u00e7\u0131c\u0131",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Engellenen Wikipedia adreslerinin t\u00fcm\u00fcn\u00fc sorunsuzca kullanman\u0131z\u0131 sa\u011flayan \u00e7ok k\u00fc\u00e7\u00fck bir eklenti.",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/redirect.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.wikipedia.org\/"
    ]
}