Careful What You Wish For

Extension to protest SJ34. Records browser history when on. Lets you tweet Congress members browser history.

Careful What You Wish Forคืออะไร?

Careful What You Wish For เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extension to protest SJ34. Records browser history when on. Lets you tweet Congress members browser history."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Careful What You Wish For

ดาวน์โหลดไฟล์ส่วนขยาย Careful What You Wish For ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Congress passed a bill (SJ34) that allows for the purchase and distribution of metadata. So this is us giving it to them. For every URL you visit, you can choose to send that URL to a random Senator or Congressperson who voted Yes on the bill through Twitter.

If you don't want to use your own Twitter account, use ours. The username is tweet_congress and the password is spicymemeball. Don't ask why.

To use, turn the switch to on and browse to your hearts content, the app will record the sites you visit. All that data is stored locally to your machine--I don't wanna know if you play Wizard 101 or play games on Disney Channel but Congress might! If you don't want the extension to record browser history, turn the switch to off.

When you feel like being mischievous, open the extension back up and check to make sure you have tweets prepared to send (they are prepared as you browse so if there aren't any just refresh some pages or open some tabs). If you have tweets ready, click the tweet button and a window should open with a pre-prepared tweet loaded with the message "@randomCongressManOrWoman just in case you were wonderin', I'm on  #SJ34". I wasn't able to test this on multiple machines, but the window should open directly on top of the extension and the button to actually send the tweet should be right on top of the Tweet button in the extension. Thus, you should be able to just put your mouse on top and tap away.


The cooldown and tweet limit is there for if I attempt to automate the tweet sending, which Twitter doesn't like too much.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Careful What You Wish For Careful What You Wish For
ID iljjmgknhngeehmdfndlgphcpdanbdef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/careful-what-you-wish-for/iljjmgknhngeehmdfndlgphcpdanbdef
คำอธิบาย Extension to protest SJ34. Records browser history when on. Lets you tweet Congress members browser history.
ขนาดไฟล์ 80.58 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-09-07
วันที่เผยแพร่ 2017-09-07
คะแนน 2.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Careful What You Wish For",
    "short_name": "CWUW4",
    "description": "Extension to protest SJ34. Records browser history when on. Lets you tweet Congress members browser history.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "meatball.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}