Bretonation

Add this app to your Chrome browser and join our fictional world where we replace all instances of "Katy Perry" with "Gwen Breton."

Bretonationคืออะไร?

Bretonation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://songoftheassembly.wordpress.com และคุณลักษณะหลักของมันคือ "Add this app to your Chrome browser and join our fictional world where we replace all instances of "Katy Perry" with "Gwen Breton.""

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bretonation

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

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

                        This extension will replace all instances of Katy Perry from web pages replacing them with Gwen Breton. Whose Gwen Breton?
She's the main fictional character of my novel series 'Song of the Assembly'.
She's a siren who as she ages from 16 in 2009 to 23 in 2016, becomes a force in the music world, while on her way to becoming queen of the Assembly; their name for all the mermaids and mermen in the world. She looks like Jamie Andries not Katy Perry.
The icon is of Jamie Andries a Cheer athletics album and current Oklahoma University Cheerleader, who is poised, brilliant, sexy, and talented world champion.
 As I did research to find how to integrate her into this world, I discovered that Katy Perry in 2000 lost a christian record deal when the company she was with folded. So I simply chose to prevent that in my fictional reality.
The current stories "Midnight train song" and "Homecoming Song" are available on Amazon, Barnes and Noble etc as ebooks. This extension is an outflow of that those stories.
So if you are curious or just hate Katy Perry download this. I will update it regularly (because it makes it easier for me to make fake Wikipedia etc pages)
[really its only here because I have to put it here so chrome quits blocking it]                    

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

ชื่อ Bretonation Bretonation
ID igibhecdkmlijlohngjecijebnfbnjen
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/igibhecdkmlijlohngjecijebnfbnjen
คำอธิบาย Add this app to your Chrome browser and join our fictional world where we replace all instances of "Katy Perry" with "Gwen Breton."
ขนาดไฟล์ 418 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-03-03
วันที่เผยแพร่ 2016-03-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://songoftheassembly.wordpress.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://songoftheassembly.wordpress.com
ภาษาที่รองรับ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Mermaids are Real!"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Add this app to your Chrome browser and join our fictional world where we replace all instances of \"Katy Perry\" with \"Gwen Breton.\"",
    "manifest_version": 2,
    "name": "Bretonation",
    "permissions": [
        "http:\/\/*.google.com\/",
        "http:\/\/*.com\/",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}