Reddit Skwisgaarifyer

Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.

什麼是Reddit Skwisgaarifyer?

Reddit Skwisgaarifyer是由jonash開發的Chrome擴展程式,該擴展的主要功能是“Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.”。

擴展截圖

screenshot

下載Reddit Skwisgaarifyer擴展crx文件

下載Reddit Skwisgaarifyer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Picks out elements in the currently loaded reddit-page and randomly (rarely) changes some words, for instance "is" becomes "ams". Makes 40% of the words plural (Thats ams how thems shoulds be spelleds?).                    

擴展基本資訊

名稱 Reddit Skwisgaarifyer Reddit Skwisgaarifyer
ID bkigffbamdggjllmcgacjcgigognnoca
官方網址 https://chromewebstore.google.com/detail/reddit-skwisgaarifyer/bkigffbamdggjllmcgacjcgigognnoca
簡介 Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.
檔案大小 39.91 KB
安裝次數 22
目前版本 1.22
更新時間 2014-11-27
上架時間 2014-11-27
評分 4.75/5 共 8 次評分
開發者 jonash
付費類型 free
擴展官網 https://github.com/hellmanhellman/skwizz
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Skwisgaarifyer",
    "short_name": "skwizz",
    "version": "1.22",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "description": "Sometimes changes texts on thats reddits so thats it's spelleds, how you say, way more gooders than befores.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": [
        {
            "persistent": false
        }
    ]
}