An Experience

An Experience is an alternate reality game about the Internet achieving sentience.

An Experience क्या है?

An Experience https://toddwords.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An Experience is an alternate reality game about the Internet achieving sentience."।

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

screenshot
screenshot
screenshot

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

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

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

                        You will be told a story gradually as you browse the web and encounter and interact with different characters through an augmented layer on top of the pages you normally visit.

Ways in which websites will be altered include overlays on top of the page, additional content added to certain pages, and replacing the content of banner ads with material from the story.

This extension will occasionally surprise you, and occasionally do things you haven't seen it do before. If such surprises would be unwelcome, the extension can easily be turned off and on by pressing on its icon on the upper left corner of your chrome window. 

None of your data or records of any of your actions within the game will ever be sent off of your computer.

---
An Experience is made and maintained by Todd Anderson for his MFA Thesis in Digital Language Arts at Brown University.

This extension aims to explore chrome extensions as a creative form, and to test their capacity for gameplay and narrative. It is not, like many other chrome extensions, a simple tool to accomplish a simple task, but it is designed to build a single coherent world and to tell a story within that world. I hope you enjoy it.                    

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

नाम An Experience An Experience
ID jgedcecajdjoaojfalbickfikinhhnjd
आधिकारिक URL https://chromewebstore.google.com/detail/an-experience/jgedcecajdjoaojfalbickfikinhhnjd
विवरण An Experience is an alternate reality game about the Internet achieving sentience.
फ़ाइल का आकार 1.88 MB
स्थापना संख्या 37
वर्तमान संस्करण 0.0.91
अंतिम अपडेट 2022-08-10
प्रकाशन तिथि 2018-09-11
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://toddwords.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "An Experience",
    "version": "0.0.91",
    "manifest_version": 2,
    "description": "An Experience is an alternate reality game about the Internet achieving sentience.",
    "homepage_url": "http:\/\/toddwords.com",
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "An Experience - Click to toggle on\/off. Turns back on at midnight."
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/p5.min.js",
            "js\/p5.sound.js",
            "src\/bg\/music.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "tts",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "js\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/mousetrap.min.js",
                "js\/markov.js",
                "js\/tracery.js",
                "src\/inject\/inject.js"
            ],
            "css": [
                "css\/main.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.textfiles.com\/*"
            ],
            "js": [
                "src\/inject\/textfiles.js"
            ]
        }
    ]
}