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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
        }
    ]
}