WIKI 2. Wikipedia Republished

Advanced Magic for Wikipedia.

WIKI 2. Wikipedia Republished क्या है?

WIKI 2. Wikipedia Republished https://wiki2.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced Magic for Wikipedia."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WIKI 2. Wikipedia Republished एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Three years of hard work by a dedicated team and here it is: Wikipedia advanced on a level we bet you have never seen before.

How it works. Every Wikipedia page, you request somewhere, goes through several hundred of perfecting techniques. Some work performs by extension, but most sophisticated job -- by web-proxy WIKI2.ORG (you’ll see this little domain in URL).

The magic you’ll get:

· State-of-the-Art Design. Finally that Wikipedia deserves.

&

· Variety of Atmospheres. Choose your own theme.
· YouTube Integration. Most precise ever made.
· Bigger, Immersive Miniatures. You’ll love it.
· Extreme Readability. By a dozen of tricks.
· Right Click Search. Wiki access from any website.
· Connected Articles lookup. No hops, no time loss.
· And More than This. Find out by yourselves.

More features and perfection been adding every single week. Don’t miss.

Want to give us some advanced advice? Take our mail: [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम WIKI 2. Wikipedia Republished WIKI 2. Wikipedia Republished
ID dbnfdljglikamcdljmffmhfionigapkf
आधिकारिक URL https://chromewebstore.google.com/detail/wiki-2-wikipedia-republis/dbnfdljglikamcdljmffmhfionigapkf
विवरण Advanced Magic for Wikipedia.
फ़ाइल का आकार 39.85 KB
स्थापना संख्या 8,606
वर्तमान संस्करण 3.4
अंतिम अपडेट 2021-08-14
प्रकाशन तिथि 2017-01-26
रेटिंग 4.47/5 कुल 70 रेटिंग्स
डेवलपर https://wiki2.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://wiki2.org
गोपनीयता नीति पृष्ठ URL https://wiki2.org/en/WIKI2:extension_privacy_policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WIKI 2. Wikipedia Republished",
    "version": "3.4",
    "manifest_version": 2,
    "description": "Advanced Magic for Wikipedia.",
    "homepage_url": "https:\/\/wiki2.org",
    "background": {
        "page": "global_page.html"
    },
    "icons": {
        "16": "Icon-16.png",
        "32": "Icon-32.png",
        "43": "Icon-43.png",
        "48": "Icon-48.png",
        "53": "Icon-53.png",
        "128": "Icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "Icon-19.png"
        },
        "default_title": "Wikipedia Advanced"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wiki2.org\/*",
                "https:\/\/*.wiki2.org\/*"
            ],
            "js": [
                "injected.js",
                "reach_metric_goal.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "https:\/\/*.wiki2.org\/*"
    ]
}